From 53229f725a6afd05361a89291a593781c4ee7855 Mon Sep 17 00:00:00 2001 From: Ben Sigman <1872138+bensig@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:49:47 -0700 Subject: [PATCH] ci: trigger tests on develop branch PRs and pushes (#674) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c96883..242922e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Tests on: push: - branches: [main] + branches: [main, develop] pull_request: - branches: [main] + branches: [main, develop] jobs: test-linux: