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 8d2e972 commit 61b3861Copy full SHA for 61b3861
.github/workflows/deploy.yml
@@ -72,7 +72,7 @@ jobs:
72
73
deploy:
74
needs: build
75
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/save_button'
76
permissions:
77
pages: write
78
id-token: write
0 commit comments