We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda77f3 commit 68e15a6Copy full SHA for 68e15a6
.github/workflows/patch.yml
@@ -93,7 +93,7 @@ jobs:
93
path: deploy/manifest.json
94
95
- name: Sync GitHub Pages
96
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && steps.fetch.outputs.BACKUP_FOLDER != '' }}
+ if: ${{ github.ref == 'refs/heads/main' && steps.fetch.outputs.BACKUP_FOLDER != '' }}
97
uses: JamesIves/[email protected]
98
with:
99
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
@@ -102,7 +102,7 @@ jobs:
102
CLEAN: true
103
104
- name: Create GitHub release
105
106
uses: softprops/action-gh-release@v1
107
108
files: |
0 commit comments