mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2025-12-11 14:55:10 -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:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'plugins/**'
|
||||
- 'themes/**'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'plugins/**'
|
||||
- 'themes/**'
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user