Skip to content

Commit 1e6029d

Browse files
add refactor and beta branch to GH-actions workflow
1 parent 41efb0e commit 1e6029d

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
@@ -4,6 +4,7 @@ on:
44
workflow_dispatch:
55
pull_request:
66
branches:
7+
- beta
78
- dev
89
- master
910
- refactor
@@ -18,8 +19,10 @@ on:
1819
- '.github/ISSUE_TEMPLATE/**'
1920
push:
2021
branches:
22+
- beta
2123
- dev
2224
- master
25+
- refactor
2326
paths-ignore:
2427
- 'README.md'
2528
- 'doc/**'

0 commit comments

Comments
 (0)