Skip to content

Commit c42c643

Browse files
author
Shinigami
authored
chore: update ci workflow (#412)
1 parent 1ccca7e commit c42c643

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
- develop
8+
- beta
9+
- 'chore/**'
810
- 'feat/**'
911
- 'fix/**'
1012
- 'perf/**'
@@ -13,6 +15,7 @@ on:
1315
branches:
1416
- master
1517
- develop
18+
- beta
1619

1720
jobs:
1821
build:

0 commit comments

Comments
 (0)