summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author5an7y-Microsoft <[email protected]>2025-10-03 10:48:20 -0600
committerGitHub <[email protected]>2025-10-03 10:48:20 -0600
commit2c6d1d3940a1e31c4791894fb9a5be8fd18cd07e (patch)
tree564a85683207458ea7b098c0dcdd9d02550da557
parentc7e53eae28735c3bb685ae5dfd7c1aaa4205b7bd (diff)
Update triggers
-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: