Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Allow other branch names than master in GitHub action #15

Open
stigok opened this issue Oct 8, 2020 · 0 comments · May be fixed by #16
Open

Allow other branch names than master in GitHub action #15

stigok opened this issue Oct 8, 2020 · 0 comments · May be fixed by #16

Comments

@stigok
Copy link

stigok commented Oct 8, 2020

GitHub is switching the default branch name from master to main. Currently refs/heads/master is hard-coded. It would be good to have this configurable.

if gha.refname != "refs/heads/master" {
println!("doesn't need to run on non-master branches");
return Ok(());
}

Xe added a commit to Xe/palisade that referenced this issue Oct 25, 2020
See CHANGELOG for all of the details. Closes lightspeed#15
@Xe Xe linked a pull request Oct 25, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant