Skip to content

Commit 1a6cad7

Browse files
committed
ci: only deploy firebase on pushes to dev
1 parent f5304fa commit 1a6cad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
deploy-firebase-dev:
3434
name: Deploy Firebase project to staging
3535
runs-on: ubuntu-latest
36+
if: github.ref_name == 'dev'
3637
permissions:
3738
id-token: write
3839
environment:

0 commit comments

Comments
 (0)