Skip to content

Commit 0da5ac7

Browse files
committed
ci: Build CI for all feature branches
1 parent 413d911 commit 0da5ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Quality control checks
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, 'feat/**' ]
66
paths-ignore:
77
- '**.md' # Do not need to run CI for markdown changes.
88
pull_request:
9-
branches: [ main ]
9+
branches: [ main, 'feat/**' ]
1010
paths-ignore:
1111
- '**.md'
1212

0 commit comments

Comments
 (0)