Skip to content

Commit

Permalink
gh action: run CI on all supported versions
Browse files Browse the repository at this point in the history
Add all supported branches to the workflow configuration to enable
running the CI checks.

Signed-off-by: Shereen Haj <[email protected]>
  • Loading branch information
shajmakh committed Sep 3, 2024
1 parent 722f7e6 commit c52238f
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, release-4.16 ]
branches: [ master, release-4.12, release-4.13, release-4.14, release-4.15, release-4.16, release-4.17 ]
pull_request:
branches: [ master, release-4.12, release-4.14, release-4.16 ]
branches: [ master, release-4.12, release-4.13, release-4.14, release-4.15, release-4.16, release-4.17 ]

jobs:
commit-check:
Expand Down

0 comments on commit c52238f

Please sign in to comment.