Skip to content

Commit 147de28

Browse files
committed
update branches for CI
1 parent 5616524 commit 147de28

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/check_md_links.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: Check Markdown links
55
on:
66
push:
77
branches:
8-
- master
8+
- main
9+
- dev
910
pull_request:
1011
branches: '*'
1112

.github/workflows/miss_hit_quality.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: miss_hit_quality
33
on:
44
push:
55
branches:
6-
- master
6+
- main
7+
- dev
78
pull_request:
89
branches: '*'
910

.github/workflows/miss_hit_style.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: miss_hit_style
33
on:
44
push:
55
branches:
6-
- master
6+
- main
7+
- dev
78
pull_request:
89
branches: '*'
910

0 commit comments

Comments
 (0)