1
0
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:
nanahi 2024-02-06 10:23:33 -05:00 committed by Dudemanguy
parent b8c6070f01
commit 29c250c8d8

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: