Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI/CD: sync main to master, update github action #144

Closed
wants to merge 1 commit into from
Closed

Conversation

jotaesteves
Copy link
Contributor

Changes

  • adds main branch
  • updates GitHub Actions to include mainbranch

Description

This PR represents a change in the default branch naming convention from master to main as part of our ongoing effort to use more inclusive language throughout our development practices.

Instructions for Team Members

For local repositories:
After this PR is merged, you will need to update your local clones to track the new main branch. You can do this by running the following commands in your local repository:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

@jotaesteves jotaesteves marked this pull request as draft November 6, 2023 18:29
@jotaesteves jotaesteves requested a review from seburgi November 6, 2023 18:29
@jotaesteves jotaesteves self-assigned this Nov 6, 2023
@jotaesteves jotaesteves marked this pull request as ready for review November 7, 2023 08:59
@jotaesteves jotaesteves closed this Nov 7, 2023
@jotaesteves jotaesteves deleted the main branch November 7, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant