From b8a0a459a85817a0b35ce307e73dbae1706b19a7 Mon Sep 17 00:00:00 2001 From: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Thu, 2 May 2024 15:11:26 +0200 Subject: [PATCH] chore: Update CI to trigger for v1.x (#7207) --- .github/workflows/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index cc6b3d0240..376a135ad9 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -3,9 +3,11 @@ on: push: branches: - develop + - v1.x pull_request: branches: - develop + - v1.x jobs: setup: