diff --git a/.github/workflows/Comment-on-PR.yml b/.github/workflows/Comment-on-PR.yml index 400dbd2..72f4ccb 100644 --- a/.github/workflows/Comment-on-PR.yml +++ b/.github/workflows/Comment-on-PR.yml @@ -1,8 +1,7 @@ on: pull_request_target: - paths: - - "*" - - "!docs/Coding-Conventions.md" + paths-ignore: + - "docs/Coding-Conventions.md" types: - opened - reopened