Skip to content

Commit 7c524f8

Browse files
committed
chore(ci): add branches for ci
1 parent 658fca4 commit 7c524f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ on:
66
push:
77
branches:
88
- main
9+
- develop
10+
- feature/*
911
pull_request:
1012
branches:
1113
- main
14+
- develop
15+
- feature/*
1216

1317
jobs:
1418
tests:

0 commit comments

Comments
 (0)