summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-02-06 10:23:33 -0500
committerDudemanguy <random342@airmail.cc>2024-02-07 14:44:01 +0000
commit29c250c8d81825bb727c9835eb51f4c4d6736534 (patch)
treef4999e371f547bc70cd8f894b33f4740ff3fc887
parentb8c6070f01ee36daf0da328b50e51f0ff81a0136 (diff)
downloadmpv-29c250c8d81825bb727c9835eb51f4c4d6736534.tar.bz2
mpv-29c250c8d81825bb727c9835eb51f4c4d6736534.tar.xz
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.
-rw-r--r--.github/workflows/build.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e27cec200f..d0da87dd43 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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: