We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dcdff commit 0d1073eCopy full SHA for 0d1073e
.github/workflows/check_md_links.yml
@@ -5,8 +5,7 @@ name: Check Markdown links
5
on:
6
push:
7
branches:
8
- - master
9
- - dev
+ - main
10
pull_request:
11
branches: ['*']
12
.github/workflows/codespell.yml
@@ -2,9 +2,9 @@ name: codespell
2
3
4
- branches: [master]
+ branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/run_tests.yml
@@ -3,8 +3,7 @@ name: tests and coverage
0 commit comments