ci: add v2-dev branch to CI triggers

Pushes to v2-dev were not running CI because the workflow only
triggered on master. Add v2-dev to the push branch list.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Shankar
2026-03-22 15:13:22 -04:00
parent cc4c59fbdc
commit 37c9ba252b
+1
View File
@@ -4,6 +4,7 @@ on:
push:
branches:
- master
- v2-dev
pull_request:
branches:
- master