fix: Update branch list in CI workflow to include 'v2'
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
CI / deploy (push) Has been cancelled
CI / lint (push) Has been cancelled

This commit is contained in:
2025-11-12 11:23:35 +01:00
parent 53eacc352e
commit 55fa1f56c1
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ name: CI
on:
push:
branches: [main, develop]
branches: [main, develop, v2]
pull_request:
branches: [main, develop]