From 94146e4bfe8f5c5e9eb9094b1af1725d0b04cde7 Mon Sep 17 00:00:00 2001 From: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Sat, 6 Apr 2024 11:02:47 +0200 Subject: [PATCH] chore: Trigger pipeline on merge to develop (#6954) --- .github/workflows/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index afe3398dba..cc6b3d0240 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,6 +1,11 @@ name: Medusa Pipeline on: + push: + branches: + - develop pull_request: + branches: + - develop jobs: setup: