diff --git a/.github/workflows/check-pr-template.yml b/.github/workflows/check-pr-template.yml index 70deb31279..673652b150 100644 --- a/.github/workflows/check-pr-template.yml +++ b/.github/workflows/check-pr-template.yml @@ -2,6 +2,11 @@ name: Check PR template on: pull_request: types: [opened, edited, reopened, synchronize] + paths: + - "frontend/**" + - "**/*.go" + - "go.mod" + - "go.sum" permissions: pull-requests: read jobs: