We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5304fa commit 1a6cad7Copy full SHA for 1a6cad7
.github/workflows/push.yml
@@ -33,6 +33,7 @@ jobs:
33
deploy-firebase-dev:
34
name: Deploy Firebase project to staging
35
runs-on: ubuntu-latest
36
+ if: github.ref_name == 'dev'
37
permissions:
38
id-token: write
39
environment:
0 commit comments