Prevent useless builds

This commit is contained in:
Bogdan 2024-02-13 19:44:24 +02:00 committed by Mark McDowall
parent 2957b40512
commit d5e19b8c3c
1 changed files with 5 additions and 0 deletions

View File

@ -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 }}