diff --git a/.github/workflows/comment-pr.yml b/.github/workflows/comment-pr.yml index feb44ac83..59a699ec1 100644 --- a/.github/workflows/comment-pr.yml +++ b/.github/workflows/comment-pr.yml @@ -4,6 +4,8 @@ on: pull_request_target: types: [opened, synchronize] paths: + - '.github/workflows/comment-pr.yml' + - '.github/scripts/*' - 'data/**/*.ts' - 'data-asia/**/*.ts'