mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -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
|
||||
|
||||
pr:
|
||||
- develop
|
||||
branches:
|
||||
include:
|
||||
- develop
|
||||
paths:
|
||||
exclude:
|
||||
- src/NzbDrone.Core/Localization/Core
|
||||
|
||||
stages:
|
||||
- stage: Setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue