Prevent useless builds
This commit is contained in:
parent
2957b40512
commit
d5e19b8c3c
|
@ -5,9 +5,14 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- '!src/Sonarr.Api.*/openapi.json'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
|
paths:
|
||||||
|
- '!src/NzbDrone.Core/Localization/Core/**'
|
||||||
|
- '!src/Sonarr.Api.*/openapi.json'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
|
Loading…
Reference in New Issue