Limit when pipeline jobs run
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