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