diff options
| author | 5an7y-Microsoft <[email protected]> | 2025-10-03 10:48:20 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-03 10:48:20 -0600 |
| commit | 2c6d1d3940a1e31c4791894fb9a5be8fd18cd07e (patch) | |
| tree | 564a85683207458ea7b098c0dcdd9d02550da557 | |
| parent | c7e53eae28735c3bb685ae5dfd7c1aaa4205b7bd (diff) | |
Update triggers
| -rw-r--r-- | .github/workflows/check-sample-issue-template.yml | 5 |
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: |
