From c8e10af0c9667b0c0a44820454272051722b2aa1 Mon Sep 17 00:00:00 2001 From: jordanbreen28 Date: Wed, 1 May 2024 13:48:02 +0100 Subject: [PATCH] (CAT-1618) - Update ci trigger to pr target --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 677c885..912ff1d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,9 +1,13 @@ name: "ci" on: - pull_request: + push: branches: - "main" + pull_request_target: + types: + - opened + - synchronize workflow_dispatch: jobs: