Skip to content

Commit 6b726b7

Browse files
authored
Run actions on v3.x branch (#217)
1 parent 319fbe3 commit 6b726b7

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Deploy to Firebase Hosting on merge
66
push:
77
branches:
88
- develop
9+
- v3.x
910
jobs:
1011
build_and_deploy:
1112

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ name: Deploy to Firebase Hosting on PR
55

66
on:
77
pull_request:
8-
branches: [ develop ]
8+
branches:
9+
- develop
10+
- v3.x
911

1012
jobs:
1113
build_and_preview:

.github/workflows/run-tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ name: Runs All Unit tests
55

66
on:
77
push:
8-
branches: [develop, releases]
8+
branches:
9+
- develop
10+
- releases
11+
- v3.x
912
pull_request:
10-
branches: [develop, releases]
13+
branches:
14+
- develop
15+
- releases
16+
- v3.x
1117

1218
jobs:
1319
build:

0 commit comments

Comments
 (0)