From 0279a31d5c36cd259822b316149b5eb4ff71139d Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:48:42 +0200 Subject: [PATCH] Add pull_request trigger --- .github/workflows/check_cla.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check_cla.yml b/.github/workflows/check_cla.yml index 3b18bf2..30fae18 100644 --- a/.github/workflows/check_cla.yml +++ b/.github/workflows/check_cla.yml @@ -9,6 +9,7 @@ on: branches: - 'master' - 'main' + pull_request: # 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 workflow_dispatch: