Skip to content

Commit

Permalink
change default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Jan 3, 2024
1 parent a7f2827 commit 4d5c9e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Code coverage
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lint
on:
pull_request:
branches:
- master
- main

jobs:
ruff:
Expand All @@ -22,4 +22,4 @@ jobs:
with:
python-version: "3.11"
- run: pip install mypy==1.8.0
- run: mypy --install-types --non-interactive
- run: mypy --install-types --non-interactive

0 comments on commit 4d5c9e0

Please sign in to comment.