Skip to content

Commit de1b8da

Browse files
authored
ci: run CI workflow for release branches (#808)
1 parent 8083464 commit de1b8da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- release/*
78
paths:
89
- 'Sources/**'
910
- 'Tests/**'
@@ -19,6 +20,7 @@ on:
1920
pull_request:
2021
branches:
2122
- "*"
23+
- release/*
2224
paths:
2325
- 'Sources/**'
2426
- 'Tests/**'

0 commit comments

Comments
 (0)