Skip to content

Commit d60656e

Browse files
committed
Run CI with dev** branch
1 parent 47c9c9b commit d60656e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Test
22

33
on:
44
push:
5-
branches: [ main, dev ]
5+
branches:
6+
- main
7+
- "dev**"
68
pull_request:
79

810
jobs:

0 commit comments

Comments
 (0)