ci: Ignore workflows on non-code changes or irrelevant code changes

This commit is contained in:
Tyler Wilding 2020-09-17 21:19:04 -04:00 committed by lightningterror
parent 645b2dc17a
commit a5cc8efb10
2 changed files with 38 additions and 0 deletions

View File

@ -6,9 +6,27 @@ on:
push:
branches:
- master
paths-ignore:
- .gitignore
- "**/*.md"
- .clang-format
- debian-packager/
- bin/PCSX2_keys.ini.default
- "plugins/LilyPad/**"
- .travis.yml # TODO - remove with travis-ci
- appveyor.yml # TODO - remove with appveyor
pull_request:
branches:
- master
paths-ignore:
- .gitignore
- "**/*.md"
- .clang-format
- debian-packager/
- bin/PCSX2_keys.ini.default
- "plugins/LilyPad/**"
- .travis.yml # TODO - remove with travis-ci
- appveyor.yml # TODO - remove with appveyor
jobs:
build:

View File

@ -6,9 +6,29 @@ on:
push:
branches:
- master
paths-ignore:
- .gitignore
- "**/*.md"
- .clang-format
- debian-packager/
- bin/PCSX2_keys.ini.default
- "plugins/onepad/**"
- "plugins/onepad_legacy/**"
- .travis.yml # TODO - remove with travis-ci
- appveyor.yml # TODO - remove with appveyor
pull_request:
branches:
- master
paths-ignore:
- .gitignore
- "**/*.md"
- .clang-format
- debian-packager/
- bin/PCSX2_keys.ini.default
- "plugins/onepad/**"
- "plugins/onepad_legacy/**"
- .travis.yml # TODO - remove with travis-ci
- appveyor.yml # TODO - remove with appveyor
jobs:
build: