ci: trigger tests on develop branch PRs and pushes (#674)

This commit is contained in:
Ben Sigman
2026-04-11 22:49:47 -07:00
committed by GitHub
parent 607815acbb
commit 53229f725a
+2 -2
View File
@@ -2,9 +2,9 @@ name: Tests
on:
push:
branches: [main]
branches: [main, develop]
pull_request:
branches: [main]
branches: [main, develop]
jobs:
test-linux: