Skip to content

Commit fc90413

Browse files
ci: run workflows on release branches
Co-authored-by: Miles Cranmer <miles.cranmer@gmail.com>
1 parent c64ab94 commit fc90413

7 files changed

Lines changed: 12 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-*'
1415
paths:
1516
- '**'
1617

.github/workflows/CI_Windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- 'master'
7+
- 'release-*'
78
paths:
89
- '**'
910
tags:
1011
- 'v*.*.*'
1112
pull_request:
1213
branches:
1314
- 'master'
15+
- 'release-*'
1416
paths:
1517
- '**'
1618

.github/workflows/CI_apptainer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- 'master'
7+
- 'release-*'
78
paths:
89
- '**'
910
tags:
1011
- 'v*.*.*'
1112
pull_request:
1213
branches:
1314
- 'master'
15+
- 'release-*'
1416
paths:
1517
- '**'
1618

.github/workflows/CI_docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- 'master'
7+
- 'release-*'
78
paths:
89
- '**'
910
tags:
1011
- 'v*.*.*'
1112
pull_request:
1213
branches:
1314
- 'master'
15+
- 'release-*'
1416
paths:
1517
- '**'
1618

.github/workflows/CI_mac.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- 'master'
7+
- 'release-*'
78
paths:
89
- '**'
910
tags:
1011
- 'v*.*.*'
1112
pull_request:
1213
branches:
1314
- 'master'
15+
- 'release-*'
1416
paths:
1517
- '**'
1618

.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-*" ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ "master" ]
8+
branches: [ "master", "release-*" ]
99
schedule:
1010
- cron: '28 17 * * 1'
1111

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'master'
7+
- 'release-*'
78
paths:
89
- 'pysr/**'
910
- '.github/workflows/docs.yml'

0 commit comments

Comments
 (0)