ci: don't run workflow for ISSUE_TEMPLATE (#7433)

This commit is contained in:
Emanuele Stoppa 2023-06-20 20:37:04 +01:00 committed by GitHub
parent 7877a06d82
commit b9b57d901d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ on:
paths-ignore:
- ".vscode/**"
- "**/*.md"
- ".github/ISSUE_TEMPLATE/**"
# Automatically cancel older in-progress jobs on the same branch
concurrency: