Skip to content

Commit 61b3861

Browse files
allow deploy from save_button branch
1 parent 8d2e972 commit 61b3861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
deploy:
7474
needs: build
75-
if: github.ref == 'refs/heads/main'
75+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/save_button'
7676
permissions:
7777
pages: write
7878
id-token: write

0 commit comments

Comments
 (0)