Skip to content

Commit

Permalink
ci: run the unit_tests and mkosi jobs on stable branches as well
Browse files Browse the repository at this point in the history
To provide more coverage for the systemd-stable repo.

See: systemd#24
  • Loading branch information
mrc0mmand authored and yuwata committed Nov 13, 2021
1 parent 6b945d7 commit c76a838
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
branches:
- main
- v[0-9]+-stable

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mkosi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
push:
branches:
- main
- v[0-9]+-stable
pull_request:
branches:
- main
- v[0-9]+-stable

jobs:
ci:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
- v[0-9]+-stable

jobs:
build:
Expand Down

0 comments on commit c76a838

Please sign in to comment.