From 61408305c6d8a4e921fae6e8c29f253698c32506 Mon Sep 17 00:00:00 2001 From: nitrobass24 Date: Mon, 6 Apr 2026 21:19:11 -0500 Subject: [PATCH] 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) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07dc56948..eb103c94f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'