Skip to content

Commit f3604a8

Browse files
authored
Fix wrong branch name in GitHub Workflow (#2)
1 parent fc90f6a commit f3604a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Test
33
on:
44
pull_request:
55
branches:
6-
- "v*.*"
6+
- "*.*"
77
- "feature/*"
88
push:
99
branches:
10-
- "v*.*"
10+
- "*.*"
1111
- "feature/*"
1212

1313
permissions:

0 commit comments

Comments
 (0)