Skip to content

Commit 85e19d4

Browse files
committed
ci: add release/v* branch to push triggers to fix CI not running on release PRs
1 parent 3094f98 commit 85e19d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI/CD Pipeline
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, 'release/v*' ]
66
tags:
77
- 'v*'
88
pull_request:

0 commit comments

Comments
 (0)