Skip to content

Commit

Permalink
[KNI] add stable branch 4.16
Browse files Browse the repository at this point in the history
make sure to run CI on all the supported stable branches

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Jun 24, 2024
1 parent 6833e49 commit 3714a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI Go

on:
push:
branches: [ master, release-4.12, release-4.14 ]
branches: [ master, release-4.12, release-4.14, release-4.16 ]
pull_request:
branches: [ master, release-4.12, release-4.14 ]
branches: [ master, release-4.12, release-4.14, release-4.16 ]

jobs:
commit-check:
Expand Down

0 comments on commit 3714a18

Please sign in to comment.