Skip to content

Commit 71f8407

Browse files
Merge pull request #4055 from SciML/as/backport-ci
ci: run ci on PRs to `backport-v10`
2 parents dd23ee2 + 4530ba8 commit 71f8407

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- v10
7+
- backport-v10
88
tags: '*'
99
pull_request:
1010

.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-v10]
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-v10]
55
tags: [v*]
66
pull_request:
77
paths-ignore:

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
- 'release-'
8-
- v10
8+
- backport-v10
99
paths-ignore:
1010
- 'docs/**'
1111
push:

0 commit comments

Comments
 (0)