From ec184cf00661e476c5b0c65b3afc5da5dcb822ce Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sat, 24 Feb 2024 13:46:13 -0500 Subject: [PATCH] Update and rename pull_request_msg.yml to pull_request_compl.yml --- .../{pull_request_msg.yml => pull_request_compl.yml} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{pull_request_msg.yml => pull_request_compl.yml} (92%) diff --git a/.github/workflows/pull_request_msg.yml b/.github/workflows/pull_request_compl.yml similarity index 92% rename from .github/workflows/pull_request_msg.yml rename to .github/workflows/pull_request_compl.yml index e00e4d75..f446e8da 100644 --- a/.github/workflows/pull_request_msg.yml +++ b/.github/workflows/pull_request_compl.yml @@ -1,6 +1,8 @@ name: PR Compliance -on: pull_request_target +on: + pull_request_target: + types: [opened] jobs: build: