Skip to content

Commit 92456b3

Browse files
committed
test: run workflows on stable branch push
1 parent 67071b1 commit 92456b3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches:
99
- main
10-
- v14-release
10+
- release-v*
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/tests_e2e_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
push:
2121
branches:
2222
- main
23-
- v14-release
23+
- release-v*
2424
paths-ignore:
2525
- 'docs/**'
2626
- 'website/**'

.github/workflows/tests_e2e_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
push:
2121
branches:
2222
- main
23-
- v14-release
23+
- release-v*
2424
paths-ignore:
2525
- 'docs/**'
2626
- 'website/**'

.github/workflows/tests_e2e_other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
push:
2121
branches:
2222
- main
23-
- v14-release
23+
- release-v*
2424
paths-ignore:
2525
- 'docs/**'
2626
- 'website/**'

.github/workflows/tests_jest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
push:
1313
branches:
1414
- main
15-
- v14-release
15+
- release-v*
1616
paths-ignore:
1717
- 'docs/**'
1818
- 'website/**'

0 commit comments

Comments
 (0)