Skip to content

Commit 599a412

Browse files
committed
(build) allow building from release branches
1 parent 78c5c07 commit 599a412

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
- main
77
- 'fix/*'
88
- 'feature/*'
9+
- 'release/*'
910
paths:
1011
- '**'
1112
- '!docs/**'
1213

1314
pull_request:
1415
branches:
1516
- main
17+
- 'release/*'
1618
paths:
1719
- '**'
1820
- '!docs/**'

.github/workflows/codeql-analysis.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
- main
7+
- 'release/*'
78
paths:
89
- '**'
910
- '!docs/**'
1011

1112
pull_request:
1213
branches:
1314
- main
15+
- 'release/*'
1416
paths:
1517
- '**'
1618
- '!docs/**'

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
- main
77
- 'fix/*'
88
- 'feature/*'
9+
- 'release/*'
910
paths:
1011
- '**'
1112
- '!docs/**'
1213

1314
pull_request:
1415
branches:
1516
- main
17+
- 'release/*'
1618
paths:
1719
- '**'
1820
- '!docs/**'

0 commit comments

Comments
 (0)