From 3a1ccaa83b8a78e18ab6c095597b29aa0d8fdd87 Mon Sep 17 00:00:00 2001 From: frstrtr Date: Tue, 16 Jun 2026 07:58:34 +0000 Subject: [PATCH] ci: add dgb/pool-pillars-port to CI + coin-matrix trigger filters PRs/pushes targeting the DGB integration branch matched no workflow trigger (only master, btc-embedded, dash-spv-embedded were listed), so no CI was eligible. Additive: mirrors the per-coin practice for the other integration branches. Revert = drop the two dgb/pool-pillars-port entries. --- .github/workflows/build.yml | 4 ++-- .github/workflows/coin-matrix.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b4f513cb..8001bd2d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,10 +2,10 @@ name: CI on: push: - branches: [master, btc-embedded, dash-spv-embedded, windows-build, service-update] + branches: [master, btc-embedded, dash-spv-embedded, dgb/pool-pillars-port, windows-build, service-update] tags: ['v*'] pull_request: - branches: [master, btc-embedded, dash-spv-embedded, dgb/slice4-skeleton] + branches: [master, btc-embedded, dash-spv-embedded, dgb/slice4-skeleton, dgb/pool-pillars-port] jobs: # ════════════════════════════════════════════════════════════════════════════ diff --git a/.github/workflows/coin-matrix.yml b/.github/workflows/coin-matrix.yml index ecdf5b248..278e36300 100644 --- a/.github/workflows/coin-matrix.yml +++ b/.github/workflows/coin-matrix.yml @@ -13,9 +13,9 @@ name: Coin matrix on: push: - branches: [master, btc-embedded, dash-spv-embedded, windows-build, service-update] + branches: [master, btc-embedded, dash-spv-embedded, dgb/pool-pillars-port, windows-build, service-update] pull_request: - branches: [master, btc-embedded, dash-spv-embedded, dgb/slice4-skeleton] + branches: [master, btc-embedded, dash-spv-embedded, dgb/slice4-skeleton, dgb/pool-pillars-port] jobs: coin: