mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-28 08:58:41 +02:00
Prevent useless builds
This commit is contained in:
parent
2957b40512
commit
d5e19b8c3c
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -5,9 +5,14 @@ on:
|
||||
branches:
|
||||
- develop
|
||||
- main
|
||||
paths:
|
||||
- '!src/Sonarr.Api.*/openapi.json'
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- '!src/NzbDrone.Core/Localization/Core/**'
|
||||
- '!src/Sonarr.Api.*/openapi.json'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
|
Loading…
Reference in New Issue
Block a user