From de14713b0f04017400764e9304174ab8079f576d Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 14 Jun 2022 17:29:13 +0100 Subject: [PATCH] Trigger workflow when PR changes from Draft to Ready for Review --- .github/workflows/staging_pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index bbc22eab2..76f22fbb7 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -5,6 +5,8 @@ on: branches: - main pull_request: + - opened + - ready_for_review workflow_dispatch: defaults: