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 e6d5d2d commit bf01186Copy full SHA for bf01186
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
45
deploy:
46
needs: [ build ]
47
- if: github.action == 'push' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
48
environment:
49
name: github-pages
50
permissions:
0 commit comments