mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
Add third_party/ to CI workflow paths
This adds the third_party/ directory to the list of paths that will trigger a CI workflow when changed. Not all updates to third-party dependencies will necessarily change code, but we bump dependencies infrequently so there's not much of a problem with triggering CI on every change to third_party/.
This commit is contained in:
parent
2a9003ae45
commit
9bb463ab0e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
||||||
- "desktop_version/src/**.cpp"
|
- "desktop_version/src/**.cpp"
|
||||||
- "desktop_version/src/**.c"
|
- "desktop_version/src/**.c"
|
||||||
- "desktop_version/src/**.h"
|
- "desktop_version/src/**.h"
|
||||||
|
- "third_party/**"
|
||||||
- ".github/workflows/ci.yml"
|
- ".github/workflows/ci.yml"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
@ -16,6 +17,7 @@ on:
|
||||||
- "desktop_version/src/**.cpp"
|
- "desktop_version/src/**.cpp"
|
||||||
- "desktop_version/src/**.c"
|
- "desktop_version/src/**.c"
|
||||||
- "desktop_version/src/**.h"
|
- "desktop_version/src/**.h"
|
||||||
|
- "third_party/**"
|
||||||
- ".github/workflows/ci.yml"
|
- ".github/workflows/ci.yml"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue