1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 15:47:20 +02:00

Prevent useless builds

This commit is contained in:
Bogdan 2023-08-19 15:03:42 +03:00
parent f60b27355b
commit 63d05a6e78

View File

@ -27,6 +27,10 @@ trigger:
include: include:
- develop - develop
- master - master
paths:
exclude:
- .github
- src/Radarr.Api.*/openapi.json
pr: pr:
branches: branches:
@ -34,6 +38,7 @@ pr:
- develop - develop
paths: paths:
exclude: exclude:
- .github
- src/NzbDrone.Core/Localization/Core - src/NzbDrone.Core/Localization/Core
- src/Radarr.Api.*/openapi.json - src/Radarr.Api.*/openapi.json