mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2025-12-12 09:28:22 -06:00
Limit workflow to plugins/themes directories
This commit is contained in:
parent
153333dc87
commit
2d3f4e61dc
6
.github/workflows/validate.yml
vendored
6
.github/workflows/validate.yml
vendored
@ -3,8 +3,14 @@ name: Validate Plugins
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- 'plugins/**'
|
||||||
|
- 'themes/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- 'plugins/**'
|
||||||
|
- 'themes/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user