Skip to content

Commit

Permalink
ci: enable webframeworks using env
Browse files Browse the repository at this point in the history
  • Loading branch information
longwind48 committed Dec 15, 2024
1 parent c731c2b commit dd59090
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- stg
paths:
- "backend/**"
- ".github/workflows/deploy_functions.yml"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ jobs:
projectId: schemessg-v3-dev
target: staging
entryPoint: ./frontend
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks

0 comments on commit dd59090

Please sign in to comment.