From b96b952d36d2330aa19601d8301595f88e8cebe4 Mon Sep 17 00:00:00 2001 From: Rob Konsdorf Date: Fri, 3 Jul 2026 04:09:51 -0400 Subject: [PATCH] ci: run checks on PRs targeting feat/** integration branches CI previously only triggered on PRs to main, so PRs into feat/atomicassets-v2 ran zero checks and verification had to happen locally (bit us during the rentals descope: #84 merged with no CI). --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3eb0e395..604aeb61 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ on: push: branches: [main] pull_request: - branches: [main] + branches: [main, 'feat/**'] concurrency: group: ci-${{ github.ref }}