From 7d26e83cff6b2eac5720dbd624dc2c788f1899bf Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 14 Jun 2022 17:32:57 +0100 Subject: [PATCH] Set pull request trigger types --- .github/workflows/staging_pipeline.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index 76f22fbb7..b9ab15e17 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -5,8 +5,9 @@ on: branches: - main pull_request: - - opened - - ready_for_review + types: + - opened + - ready_for_review workflow_dispatch: defaults: