Skip to content

How to run full pipeline only in develop branch

  • Make sure, that a protected (only allow merge by maintainers, no commits) branch release exists in the project
  • Have a regular pipeline "Check for Updates" during the day for the develop branch
  • Have a pipeline "Publish Release" once at night
Edited by jurgenhaas