From cd790c33f991701d49b12b612d0b1e472fb5a9a9 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Wed, 18 Feb 2026 07:38:08 -0500 Subject: [PATCH] Add dev branch to CI build trigger PRs to dev now get the same build validation as PRs to main, so package updates and other changes can be verified before merge. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 593b9e05..1b83eaba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: push: branches: [main] pull_request: - branches: [main] + branches: [main, dev] release: types: [created]