From 9bb016f95e6de871a44f3276fd06562704a0abb0 Mon Sep 17 00:00:00 2001 From: Jay Date: Sat, 28 May 2022 11:37:01 +0200 Subject: [PATCH] chore: updated actions to run on new version based branches --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eadc5ef2ac..f81e012c61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: ci on: push: - branches: [master, 'release/*', dev] + branches: [master, 'v1.x/*', 'v2.x/*'] pull_request: - branches: [master, 'release/*', dev] + branches: [master, 'v1.x/*', 'v2.x/*'] jobs: build: