Skip to content

Commit ce9c319

Browse files
committed
ci: ensure ci also triggered by pushes on stable branches
Signed-off-by: Zespre Chang <zespre.chang@suse.com>
1 parent 0efc388 commit ce9c319

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "main" ]
16+
branches: [ "main", "v*" ]
1717
pull_request:
18-
branches: [ "main" ]
18+
branches: [ "main", "v*" ]
1919
schedule:
2020
- cron: '25 5 * * 6'
2121

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v*
78

89
jobs:
910
build-main:

.github/workflows/scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- v*
67
pull_request:
78

89
jobs:

0 commit comments

Comments
 (0)