mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-08 21:08:58 +02:00
Update CI triggers to main and feature branches
develop stays clean for upstream PRs with no CI workflow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b3b5943898
commit
61408305c6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -2,12 +2,12 @@ name: Build, Test & Docker
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [develop, master, feature/**]
|
||||
branches: [main, feature/**]
|
||||
paths-ignore:
|
||||
- 'src/NzbDrone.Core/Localization/Core/**'
|
||||
- 'src/Prowlarr.Api.*/openapi.json'
|
||||
pull_request:
|
||||
branches: [develop]
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- 'src/NzbDrone.Core/Localization/Core/**'
|
||||
- 'src/Prowlarr.Api.*/openapi.json'
|
||||
|
|
|
|||
Loading…
Reference in a new issue