Skip to content

ci(*): add branch source and target rules

Yannis Barlas requested to merge branch-checks into develop

Adds 3 rules regarding branches:

  • The source branch must not be main
  • If the source branch is not develop, target branch cannot be main
  • If the source branch is develop, target branch must be main

Merge request reports