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 0a9da9f commit ecd004cCopy full SHA for ecd004c
1 file changed
.github/workflows/build.yml
@@ -57,6 +57,7 @@ jobs:
57
58
deploy:
59
needs: build
60
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
61
runs-on: ubuntu-latest
62
permissions:
63
pages: write
0 commit comments