Skip to content

Commit 0fd2422

Browse files
Run GH-actions on beta and refactor branches too
1 parent c8507ac commit 0fd2422

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
@@ -4,8 +4,10 @@ on:
44
workflow_dispatch:
55
pull_request:
66
branches:
7+
- beta
78
- dev
89
- master
10+
- refactor
911
- release**
1012
paths-ignore:
1113
- 'README.md'
@@ -17,8 +19,10 @@ on:
1719
- '.github/ISSUE_TEMPLATE/**'
1820
push:
1921
branches:
22+
- beta
2023
- dev
2124
- master
25+
- refactor
2226
paths-ignore:
2327
- 'README.md'
2428
- 'doc/**'

0 commit comments

Comments
 (0)