From cabc0f4452bf6b24f23884d6b07ac0701793195f Mon Sep 17 00:00:00 2001 From: "Casale, Robert" Date: Tue, 7 May 2024 11:39:10 -0400 Subject: [PATCH] feat(actions): add pull_request trigger to hopefully test before merging This change is needed because the GitHub action is not picking up the latest changes, and it appears that the only way to test the action changes before merging is to add the pull_request trigger Signed-off-by: Casale, Robert --- .github/workflows/titlecheck.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/titlecheck.yml b/.github/workflows/titlecheck.yml index e54407b7..c10f7f11 100644 --- a/.github/workflows/titlecheck.yml +++ b/.github/workflows/titlecheck.yml @@ -2,7 +2,9 @@ name: titlecheck # Run on PR on: - pull_request_target: + # enable for testing new changes + pull_request: + # pull_request_target: types: - opened - edited