From f4833786035558d2ab334663522f2248be6ed1b2 Mon Sep 17 00:00:00 2001 From: frstrtr Date: Tue, 16 Jun 2026 08:11:06 +0000 Subject: [PATCH] ci: add dgb/pool-pillars-port to PR branch filters Mirror the canonical pull_request.branches allow-list on master so the dgb pool-pillars-port arc gets CI on PRs into it, matching the existing btc-embedded and dash-spv-embedded entries. Additive only: two filter lines in build.yml and coin-matrix.yml, no job or behavior change. Redundant once pool-pillars-port merges up; keeps the list consistent and avoids the ZERO-CI footgun for the next contributor. --- .github/workflows/build.yml | 2 +- .github/workflows/coin-matrix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 236a65370..3778579ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: branches: [master, btc-embedded, dash-spv-embedded, windows-build, service-update] tags: ['v*'] pull_request: - branches: [master, btc-embedded, dash-spv-embedded] + branches: [master, btc-embedded, dash-spv-embedded, dgb/pool-pillars-port] jobs: # ════════════════════════════════════════════════════════════════════════════ diff --git a/.github/workflows/coin-matrix.yml b/.github/workflows/coin-matrix.yml index ce3213609..9190290b2 100644 --- a/.github/workflows/coin-matrix.yml +++ b/.github/workflows/coin-matrix.yml @@ -15,7 +15,7 @@ on: push: branches: [master, btc-embedded, dash-spv-embedded, windows-build, service-update] pull_request: - branches: [master, btc-embedded, dash-spv-embedded] + branches: [master, btc-embedded, dash-spv-embedded, dgb/pool-pillars-port] jobs: coin: