Skip to content

Commit 94c8857

Browse files
committed
Enforce CI on release branches
1 parent 34f0037 commit 94c8857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- '[0-9]+.[0-9]+'
78
paths: # Paths that may affect code quality
89
paths-ignore:
910
- ".github/**"
@@ -13,7 +14,6 @@ on:
1314
- '*.rst'
1415
workflow_dispatch:
1516

16-
1717
concurrency:
1818
group: ${{ github.ref }}
1919
cancel-in-progress: true

0 commit comments

Comments
 (0)