github/workflows: ignore more files from build workflow

Exclude more files not participating in the build process,
including README.md, to achieve the original goal of preventing
artifacts comment spam.
This commit is contained in:
nanahi 2024-02-06 10:23:33 -05:00 committed by Dudemanguy
parent b8c6070f01
commit 29c250c8d8
1 changed files with 10 additions and 0 deletions

View File

@ -9,11 +9,21 @@ on:
paths-ignore:
- 'DOCS/**'
- 'TOOLS/lua/**'
- '.editorconfig'
- '.gitignore'
- 'Copyright'
- 'README.md'
- 'RELEASE_NOTES'
pull_request:
branches: [master]
paths-ignore:
- 'DOCS/**'
- 'TOOLS/lua/**'
- '.editorconfig'
- '.gitignore'
- 'Copyright'
- 'README.md'
- 'RELEASE_NOTES'
jobs:
mingw: