build: rename master
branch to main
branch [actions testing PR]
#2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes argoproj#12127 -- this is a testing PR for argoproj#12149 per argoproj#12149 (review)
Motivation
Modifications
change GH Actions to use
main
branch in several branch checksmain
branchchange scripts to use
main
branchchange docs to use
main
branchmaster
argoproj/argoproj/master
to usemain
as well, since per Rename the master branch to the main branch argoproj/argoproj#35 that repo's branch was already renamedchange UI references (that linked to examples) to use the
main
branchmain
Verification
make docs
andmake codegen
passesUsing this very PR in my own fork for testing purposes.
Notes to Reviewers
We should rename the branch on GH before this is merged.
The branch rename functionality in GH will ensure that everything is redirected to the new branch name as well.