mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Don't run build for weblate PRs
(cherry picked from commit 62221c2a7fc959dfe47af7bc98622d81eba3419b)
This commit is contained in:
parent
5cca953d42
commit
9ba4486c2e
1 changed files with 6 additions and 1 deletions
|
@ -23,7 +23,12 @@ trigger:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
- develop
|
branches:
|
||||||
|
include:
|
||||||
|
- develop
|
||||||
|
paths:
|
||||||
|
exclude:
|
||||||
|
- src/NzbDrone.Core/Localization/Core
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: Setup
|
- stage: Setup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue