Skip to content

Commit

Permalink
default branch is main
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Oct 28, 2024
1 parent 32d8a59 commit 0d2e3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
${{ steps.deploy.outputs.URL }}
deploy-production:
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
needs: build
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion builder/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub(crate) static REPO_URL: Lazy<Url> = Lazy::new(|| {
repo_url
});

pub(crate) const DEFAULT_BRANCH: &str = "master";
pub(crate) const DEFAULT_BRANCH: &str = "main";

pub(crate) const GITHUB_PULL_REQUESTS_URL: &str = "https://docs.github.com\
/en/pull-requests/collaborating-with-pull-requests\
Expand Down

0 comments on commit 0d2e3cf

Please sign in to comment.