From 396bfcc0c719e4b9fa022877bd0dc4c94ae67796 Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:09:56 +0100 Subject: [PATCH] Update trigger --- .github/workflows/check_cla.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/check_cla.yml b/.github/workflows/check_cla.yml index 37946cc..95b44b2 100644 --- a/.github/workflows/check_cla.yml +++ b/.github/workflows/check_cla.yml @@ -9,6 +9,10 @@ on: branches: - 'master' - 'main' + pull_request: + paths: + - reusable_workflows/** + - requirements.txt merge_group: # we do not need this workflow to run on merge_group because its whole purpose is to check if the PR is mergeable # to test changes to this workflow, it needs to be manually run on the specific branch