Skip to content

Commit

Permalink
👷 Enable the CI for maint_upgrade_* branches as well
Browse files Browse the repository at this point in the history
So that we can check in our updates in bite-size chunks without having a giant
PR that is hard to look into later
  • Loading branch information
shankari committed Feb 11, 2023
1 parent ba2ff78 commit dc27801
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ name: CI
# events but only for the master branch
on:
push:
branches: [ master ]
branches:
- master
- maint_upgrade_**
pull_request:
branches: [ master ]
branches:
- master
- maint_upgrade_**

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit dc27801

Please sign in to comment.