Skip to content

Commit

Permalink
Merge pull request #214 from openshift-kni/kni-fix-stable-branch-ci
Browse files Browse the repository at this point in the history
[KNI] add stable branch 4.16
  • Loading branch information
ffromani authored Jun 24, 2024
2 parents 6833e49 + 3714a18 commit eb0496e
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 eb0496e

Please sign in to comment.