github/workflows/{build,fuzz}: exclude pr/issue template paths

This commit is contained in:
Dudemanguy
2024-07-29 17:17:57 -05:00
parent 7ab6458cf9
commit 06470899df
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -10,6 +10,8 @@ on:
- 'DOCS/**'
- 'TOOLS/lua/**'
- '.editorconfig'
- '.github/ISSUE_TEMPLATE/**'
- '.github/PULL_REQUEST_TEMPLATE'
- '.gitignore'
- 'Copyright'
- 'README.md'
@@ -20,6 +22,8 @@ on:
- 'DOCS/**'
- 'TOOLS/lua/**'
- '.editorconfig'
- '.github/ISSUE_TEMPLATE/**'
- '.github/PULL_REQUEST_TEMPLATE'
- '.gitignore'
- 'Copyright'
- 'README.md'
+2
View File
@@ -6,6 +6,8 @@ on:
- 'DOCS/**'
- 'TOOLS/lua/**'
- '.editorconfig'
- '.github/ISSUE_TEMPLATE/**'
- '.github/PULL_REQUEST_TEMPLATE'
- '.gitignore'
- 'Copyright'
- 'README.md'