mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-25 10:58:28 +01:00
chore: only run ci for definitions changes
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -5,9 +5,14 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- automated-sync
|
||||
paths:
|
||||
- 'definitions/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'definitions/**'
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user