Skip to content

Commit 2af9fac

Browse files
committed
ok
1 parent 430afd3 commit 2af9fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
persist-credentials: false
5555

5656
- name: Create Deployment
57-
if: steps.check-files.outputs.any_changed == 'true'
57+
if: github.event_name == 'push' || steps.check-files.outputs.any_changed == 'true'
5858
uses: actions/github-script@v7
5959
id: deployment
6060
env:

0 commit comments

Comments
 (0)