We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94dd01c commit c302409Copy full SHA for c302409
.github/workflows/deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
52
deploy:
53
needs: build
54
- if: github.ref == 'refs/heads/main'
+ #if: github.ref == 'refs/heads/main'
55
permissions:
56
pages: write
57
id-token: write
0 commit comments