Skip to content

Commit d283b3c

Browse files
authored
Run tests on pushes to feature branches (#171)
1 parent 9a06ccd commit d283b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
on:
1111
push:
12-
branches: [main]
12+
branches: [main, feature.*]
1313
tags: ['**']
1414
pull_request:
1515

0 commit comments

Comments
 (0)