Skip to content

Commit

Permalink
Run CI on commits/PRs to *[.-]fermi branches
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed Nov 26, 2024
1 parent af3f98c commit 4797901
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
branches:
- fnal-develop
- v*.fermi
- 'v*.fermi'
- 'v*-fermi'
pull_request:
branches:
- fnal-develop
- v*.fermi
- 'v*.fermi'
- 'v*-fermi'

concurrency:
group: ci-${{github.ref}}-${{github.event.pull_request.number || github.run_number}}
Expand Down

0 comments on commit 4797901

Please sign in to comment.