Skip to content

Commit 0d1073e

Browse files
committed
update CI
1 parent b5dcdff commit 0d1073e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/check_md_links.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ name: Check Markdown links
55
on:
66
push:
77
branches:
8-
- master
9-
- dev
8+
- main
109
pull_request:
1110
branches: ['*']
1211

.github/workflows/codespell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: codespell
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/run_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: tests and coverage
33
on:
44
push:
55
branches:
6-
- master
7-
- dev
6+
- main
87
pull_request:
98
branches: ['*']
109

0 commit comments

Comments
 (0)