Skip to content

Commit

Permalink
fix(git): rename master to main
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Jan 3, 2024
1 parent a9c0728 commit 6743eeb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
codecov:
branch: master
branch: main

comment: false
github_checks: false
Expand Down
2 changes: 1 addition & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pull_request_rules:
- "#approved-reviews-by>=1"
- check-success=test 3.10
- check-success=test-nix
- base=master
- base=main
- label!=work-in-progress
actions:
queue:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cml-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# - "pyproject.toml"
# - "poetry.lock"
# branches:
# - 'master*'
# - 'main*'

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
runs-on: [self-hosted, cml-gpu]
timeout-minutes: 1440
container:
image: ghcr.io/pinellolab/pyrovelocity-cml:master
image: ghcr.io/pinellolab/pyrovelocity-cml:main
options: --gpus all
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
url = "https://github.com/${gitHubOrg}/${packageName}.git";
# the ref is not strictly required when specifying a rev but it should
# be included whenever possible or it may be necessary to include
# ref = "master";
# ref = "main";
# allRefs = true;
ref = "beta";
# the rev can be omitted transiently in development to track the HEAD
Expand Down

0 comments on commit 6743eeb

Please sign in to comment.