Skip to content

Commit c8e90c5

Browse files
committed
[KNI] ghactions: rotate stable branches
we want to cover most recent 3 stable branches; so 4.18 enter the pool, and ancient 4.12 exits. Signed-off-by: Francesco Romani <[email protected]>
1 parent bcd4229 commit c8e90c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI Go
22

33
on:
44
push:
5-
branches: [ master, release-4.12, release-4.14, release-4.16 ]
5+
branches: [ master, release-4.14, release-4.16, release-4.18 ]
66
pull_request:
7-
branches: [ master, release-4.12, release-4.14, release-4.16 ]
7+
branches: [ master, release-4.14, release-4.16, release-4.18 ]
88

99
jobs:
1010
commit-check:

0 commit comments

Comments
 (0)