Skip to content

Commit

Permalink
.github/workflows: Update stable branch version
Browse files Browse the repository at this point in the history
  • Loading branch information
lnocturno committed Dec 28, 2024
1 parent ee5a0e2 commit ba7c9d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/checkpatch_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Checkpatch upon pull request
on:
pull_request:
branches:
- 3.9.x
- master

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/checkpatch_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Checkpatch upon push
on:
push:
branches:
- 3.9.x
- master

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mail_notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Mailing list
on:
push:
branches:
- 3.8.x
- 3.9.x
- master

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_regression_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: Run regression tests
on:
push:
branches:
- 3.9.x
- master
pull_request:
branches:
- 3.9.x
- master

jobs:
Expand Down

0 comments on commit ba7c9d7

Please sign in to comment.