Skip to content

Commit bf01186

Browse files
committed
Fix CI trigger condition
1 parent e6d5d2d commit bf01186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
deploy:
4646
needs: [ build ]
47-
if: github.action == 'push' && github.ref == 'refs/heads/master'
47+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
4848
environment:
4949
name: github-pages
5050
permissions:

0 commit comments

Comments
 (0)