We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a9da9f + ecd004c commit 1a52507Copy full SHA for 1a52507
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