Skip to content

Commit 4eee315

Browse files
committed
run CI on feature branches
1 parent 30fa94f commit 4eee315

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ on:
44
branches:
55
- 'master'
66
- 'release-'
7+
- 'feature/*'
78
tags:
89
- '*'
910
pull_request:
11+
branches:
12+
- '*'
1013
release:
1114
types: [published]
1215

0 commit comments

Comments
 (0)