From c211e8b4727f3b4edbc54761a1bc236d820c1f6e Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 21 Mar 2022 13:53:57 -0700 Subject: [PATCH] Run the modules ci jobs when reviews are submitted --- .github/workflows/modules.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/modules.yml b/.github/workflows/modules.yml index 89bb3a8..e0c052e 100644 --- a/.github/workflows/modules.yml +++ b/.github/workflows/modules.yml @@ -1,5 +1,8 @@ name: OctoDNS Modules -on: workflow_dispatch +on: + workflow_dispatch: # option to run manually if/when needed + pull_request_review: + types: [submitted] jobs: ci: