Commit 63201308 authored by Jacob Vosmaer's avatar Jacob Vosmaer 👋
Browse files

Merge branch 'bvl-enable-merge-train' into 'master'

Add the triggers to .gitlab-ci.yml

See merge request gitlab-org/labkit-ruby!40
parents 9c3e8367 ed0ecc21
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
workflow:
  rules:
    # For merge requests, create a pipeline.
    - if: '$CI_MERGE_REQUEST_IID'
    # For `master` branch, create a pipeline (this includes on schedules, pushes, merges, etc.).
    - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
    # For tags, create a pipeline.
    - if: '$CI_COMMIT_TAG'

.test_template: &test_definition
  stage: test
  script: