diff options
Diffstat (limited to '.github/workflows/check-sample-issue-template.yml')
| -rw-r--r-- | .github/workflows/check-sample-issue-template.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/check-sample-issue-template.yml b/.github/workflows/check-sample-issue-template.yml index 4189d9ab..28534e92 100644 --- a/.github/workflows/check-sample-issue-template.yml +++ b/.github/workflows/check-sample-issue-template.yml @@ -1,12 +1,10 @@ name: Check Sample Issue Template on: - push: - paths: - - '.github/CODEOWNERS' pull_request: paths: - '.github/CODEOWNERS' + - '.github/ISSUE_TEMPLATE/sample_issue.yml' jobs: |
