digitalocean / digitalocean-cloud-controller-manager

Kubernetes cloud-controller-manager for DigitalOcean (beta)
Apache License 2.0
523 stars 147 forks source link

CI: Bypass branch protection on release workflow execution #684

Open prichrd opened 7 months ago

prichrd commented 7 months ago

The release workflow involves pushing code to the protected master branch. We'd need to find a way to allow these pushes without having to disable branch protection or make users eligible to merge in master. The subject is widely discussed in the following github discussion thread.