mirror of
https://github.com/mpv-player/mpv
synced 2025-01-03 21:42:18 +00:00
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
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -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
Block a user