diff options
| author | 5an7y-Microsoft <[email protected]> | 2025-09-29 16:20:54 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-29 16:20:54 -0700 |
| commit | dbcc80ed163eaa6017ad19e36172b6c42c709f95 (patch) | |
| tree | 3c78003fe213482b0cb8a78fd63409feb5a66c94 /.github | |
| parent | 28716b55969187008ca25683bd226a9a8a4e9efd (diff) | |
Update .github/workflows/check-sample-issue-template.ymluser/5an7y/issues_based_on_samples
Diffstat (limited to '.github')
| -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: |
