Skip to content

Commit 16806fb

Browse files
committed
Temporarily allow deployment from PR not just main branch
1 parent 74435a3 commit 16806fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
deploy:
3434
needs: build
35-
if: github.ref == 'refs/heads/main'
35+
#if: github.ref == 'refs/heads/main'
3636
permissions:
3737
pages: write
3838
id-token: write

0 commit comments

Comments
 (0)