Skip to content

Commit

Permalink
Rename master branch to main (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinson committed Mar 20, 2024
1 parent e654efb commit 9c51937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Expand Up @@ -2,7 +2,7 @@ name: Coverage

on:
push:
branches: ["master"]
branches: ["main"]
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
merge_group:
types: [checks_requested]
Expand Down

0 comments on commit 9c51937

Please sign in to comment.