.github/workflows: Update stable branch version

This commit is contained in:
Gleb Chesnokov
2024-12-28 17:14:54 +03:00
parent 2bdc19a61f
commit ddd7f084c8
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ name: Checkpatch upon pull request
on:
pull_request:
branches:
- 3.9.x
- master
jobs:
+1
View File
@@ -3,6 +3,7 @@ name: Checkpatch upon push
on:
push:
branches:
- 3.9.x
- master
jobs:
+1 -1
View File
@@ -4,7 +4,7 @@ name: Mailing list
on:
push:
branches:
- 3.8.x
- 3.9.x
- master
jobs:
@@ -3,9 +3,11 @@ name: Run regression tests
on:
push:
branches:
- 3.9.x
- master
pull_request:
branches:
- 3.9.x
- master
jobs: