mirror of https://github.com/mpv-player/mpv
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:
parent
b8c6070f01
commit
29c250c8d8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue