ci: don't run workflow for ISSUE_TEMPLATE
(#7433)
This commit is contained in:
parent
7877a06d82
commit
b9b57d901d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".vscode/**"
|
- ".vscode/**"
|
||||||
- "**/*.md"
|
- "**/*.md"
|
||||||
|
- ".github/ISSUE_TEMPLATE/**"
|
||||||
|
|
||||||
# Automatically cancel older in-progress jobs on the same branch
|
# Automatically cancel older in-progress jobs on the same branch
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
Loading…
Add table
Reference in a new issue