From 2abc8a99102a60b138a35164d1a31badff89784d Mon Sep 17 00:00:00 2001 From: frstrtr Date: Tue, 4 Aug 2026 22:18:10 +0000 Subject: [PATCH] ci(v37-dev): add v37-dev to push allowlists so merged tip gets the build matrix pull_request allowlists (added in #1070) render the matrix on v37-dev PRs, but the push: branch lists omitted v37-dev. Merges into v37-dev (#1068, #1070) therefore ran only CodeQL on the post-merge tip -- no build/coin-matrix run validated the actual merged state, reintroducing the hollow-green-after-merge gap the PR-time matrix was meant to close. Add v37-dev to build.yml and coin-matrix.yml push branches. --- .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 2e68001cd..0b8259fa8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [master, btc-embedded, dash-spv-embedded, dgb/**, windows-build, service-update] + branches: [master, btc-embedded, dash-spv-embedded, dgb/**, windows-build, service-update, v37-dev] tags: ['v*'] pull_request: branches: [master, btc-embedded, dash-spv-embedded, dgb/**, v37-dev] diff --git a/.github/workflows/coin-matrix.yml b/.github/workflows/coin-matrix.yml index b843208f1..e46b85457 100644 --- a/.github/workflows/coin-matrix.yml +++ b/.github/workflows/coin-matrix.yml @@ -13,7 +13,7 @@ name: Coin matrix on: push: - branches: [master, btc-embedded, dash-spv-embedded, dgb/pool-pillars-port, windows-build, service-update] + branches: [master, btc-embedded, dash-spv-embedded, dgb/pool-pillars-port, windows-build, service-update, v37-dev] pull_request: branches: [master, btc-embedded, dash-spv-embedded, dgb/slice4-skeleton, dgb/pool-pillars-port, v37-dev]