mirror of
https://github.com/certctl-io/certctl.git
synced 2026-08-25 16:31:24 +02:00
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:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- v2-dev
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
Reference in New Issue
Block a user