Skip to content

Commit 69cc2b5

Browse files
authored
Enable GitHub CI for feature branches
1 parent 80f8814 commit 69cc2b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches:
66
- "v*.*"
77
- "master"
8+
- "feature/*"
89
push:
910
branches:
1011
- "v*.*"
1112
- "master"
13+
- "feature/*"
1214

1315
jobs:
1416
tests:

0 commit comments

Comments
 (0)