Skip to content

Commit

Permalink
Run actions on v3.x branch (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiedeziel authored Oct 12, 2024
1 parent 319fbe3 commit 6b726b7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Deploy to Firebase Hosting on merge
push:
branches:
- develop
- v3.x
jobs:
build_and_deploy:

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: Deploy to Firebase Hosting on PR

on:
pull_request:
branches: [ develop ]
branches:
- develop
- v3.x

jobs:
build_and_preview:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ name: Runs All Unit tests

on:
push:
branches: [develop, releases]
branches:
- develop
- releases
- v3.x
pull_request:
branches: [develop, releases]
branches:
- develop
- releases
- v3.x

jobs:
build:
Expand Down

0 comments on commit 6b726b7

Please sign in to comment.