Skip to content

Limit when pipeline jobs run

E. Madison Bray requested to merge ci/workflow-rules into master

Change CI settings so jobs are only run if:

  • on the master branch
  • a merge request
  • or any branch containing ci/ in the name (to force CI to run for a branch)

CI is skipped for other branches.

See #2 for a follow-up task to this that will have to be performed later.

Edited by E. Madison Bray

Merge request reports