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 fa59fd5 commit d0cac98Copy full SHA for d0cac98
.github/workflows/build.yml
@@ -31,6 +31,7 @@ jobs:
31
32
deploy:
33
needs: build
34
+ if: github.ref == 'refs/heads/main'
35
permissions:
36
pages: write # to deploy to Pages
37
id-token: write # to verify the deployment originates from an appropriate source
0 commit comments