From c52238fb96ec2b1206ffb3b4052fee8d9f293e64 Mon Sep 17 00:00:00 2001 From: Shereen Haj Date: Tue, 3 Sep 2024 13:38:04 +0300 Subject: [PATCH] gh action: run CI on all supported versions Add all supported branches to the workflow configuration to enable running the CI checks. Signed-off-by: Shereen Haj --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 423f61ee3..7fb88023a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: