Skip to content

Commit 7107167

Browse files
fix(ci): run workflows on PRs to release-v1\n\nCo-authored-by: Miles Cranmer <miles.cranmer@gmail.com>
1 parent e9a0406 commit 7107167

6 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
branches:
1313
- 'master'
14+
- 'release-v1'
1415
paths:
1516
- '**'
1617

.github/workflows/CI_Windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
branches:
1313
- 'master'
14+
- 'release-v1'
1415
paths:
1516
- '**'
1617

.github/workflows/CI_apptainer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
branches:
1313
- 'master'
14+
- 'release-v1'
1415
paths:
1516
- '**'
1617

.github/workflows/CI_docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
branches:
1313
- 'master'
14+
- 'release-v1'
1415
paths:
1516
- '**'
1617

.github/workflows/CI_mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
branches:
1313
- 'master'
14+
- 'release-v1'
1415
paths:
1516
- '**'
1617

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "master", "release-v1" ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ "master" ]
8+
branches: [ "master", "release-v1" ]
99
schedule:
1010
- cron: '28 17 * * 1'
1111

0 commit comments

Comments
 (0)