Skip to content

Commit

Permalink
CI: include maint branches in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jun 16, 2022
1 parent 49417f1 commit 5e05c25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -3,9 +3,11 @@ name: CI
push:
branches:
- master
- '*-maint'
pull_request:
branches:
- master
- '*-maint'
jobs:
Build:
runs-on: ubuntu-20.04
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -2,9 +2,13 @@ name: Test

on:
push:
branches: [ master ]
branches:
- master
- '*-maint'
pull_request:
branches: [ master ]
branches:
- master
- '*-maint'

jobs:
test:
Expand Down

0 comments on commit 5e05c25

Please sign in to comment.