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 430afd3 commit 2af9facCopy full SHA for 2af9fac
.github/workflows/preview-build.yml
@@ -54,7 +54,7 @@ jobs:
54
persist-credentials: false
55
56
- name: Create Deployment
57
- if: steps.check-files.outputs.any_changed == 'true'
+ if: github.event_name == 'push' || steps.check-files.outputs.any_changed == 'true'
58
uses: actions/github-script@v7
59
id: deployment
60
env:
0 commit comments