We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74435a3 commit 16806fbCopy full SHA for 16806fb
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
33
deploy:
34
needs: build
35
- if: github.ref == 'refs/heads/main'
+ #if: github.ref == 'refs/heads/main'
36
permissions:
37
pages: write
38
id-token: write
0 commit comments