Skip to content

Commit 2c5044b

Browse files
ci: run CI on PRs to backport-v9
1 parent 2fb4d74 commit 2c5044b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: IntegrationTest
22
on:
33
push:
4-
branches: [master]
4+
branches: [master, 'backport-v9']
55
tags: [v*]
66
pull_request:
77
paths-ignore:

.github/workflows/ReleaseTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ReleaseTest
22
on:
33
push:
4-
branches: [master]
4+
branches: [master, 'backport-v9']
55
tags: [v*]
66
pull_request:
77
paths-ignore:

.github/workflows/Tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
branches:
66
- master
77
- 'release-'
8+
- 'backport-v9'
89
paths-ignore:
910
- 'docs/**'
1011
push:
1112
branches:
1213
- master
14+
- 'backport-v9'
1315
paths-ignore:
1416
- 'docs/**'
1517

0 commit comments

Comments
 (0)