We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zero-backend-node/scripts/gha-setup.sh
Lines 37 to 38 in fdd5138
probably can do the same as commitdev/zero#424 and run git config --get init.defaultBranch with a default
git config --get init.defaultBranch
zero-backend-node/templates/.circleci/config.yml
Lines 312 to 313 in 1376ac0
/^(master|main)$/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
zero-backend-node/scripts/gha-setup.sh
Lines 37 to 38 in fdd5138
probably can do the same as commitdev/zero#424 and run
git config --get init.defaultBranch
with a defaultzero-backend-node/templates/.circleci/config.yml
Lines 312 to 313 in 1376ac0
we could just update so it supports both in a regex
/^(master|main)$/
or something like thatThe text was updated successfully, but these errors were encountered: