Skip to content

Commit 2eb340f

Browse files
olivermeyerclaude
andcommitted
ci: run CI/CD for PRs targeting release/v* branches
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 50ffbc4 commit 2eb340f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
tags:
99
- "v*.*.*"
1010
pull_request:
11-
branches: [main]
11+
branches:
12+
- "main"
13+
- "release/v*"
1214
types: [opened, synchronize, reopened]
1315
release:
1416
types: [created]

0 commit comments

Comments
 (0)