summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-sample-issue-template.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/check-sample-issue-template.yml b/.github/workflows/check-sample-issue-template.yml
index 4189d9ab..7e17bedd 100644
--- a/.github/workflows/check-sample-issue-template.yml
+++ b/.github/workflows/check-sample-issue-template.yml
@@ -1,12 +1,11 @@
name: Check Sample Issue Template
on:
- push:
- paths:
- - '.github/CODEOWNERS'
pull_request:
paths:
- '.github/CODEOWNERS'
+ - '.github/ISSUE_TEMPLATE/sample_issue.yml'
+ - '.github/ISSUE_TEMPLATE/sample_issue_generator.py'
jobs: