1
0
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:
Servarr
2025-08-13 12:34:21 -05:00
parent e7f1f7b507
commit 2a742debed

View File

@@ -5,9 +5,14 @@ on:
push:
branches:
- master
- automated-sync
paths:
- 'definitions/**'
pull_request:
branches:
- master
paths:
- 'definitions/**'
jobs:
lint: