Skip to content

Commit

Permalink
Enforce CI on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
blythed committed Jul 8, 2024
1 parent 34f0037 commit 94c8857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- '[0-9]+.[0-9]+'
paths: # Paths that may affect code quality
paths-ignore:
- ".github/**"
Expand All @@ -13,7 +14,6 @@ on:
- '*.rst'
workflow_dispatch:


concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 94c8857

Please sign in to comment.