Commit f86a088e authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch '49-fix-allow-pipelines-to-be-triggered-manually-from-the-ui' into 'master'

fix: allow pipelines to be triggered manually from the UI

Closes #49

See merge request ci/templates!20
parents a747b8f9 8044ef66
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -60,6 +60,8 @@ workflow:
    - if: $CI_COMMIT_TAG
    # Run for changes on the master branch (so merged MRs)
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
      # Run for manually triggered jobs from gitlab UI
    - if: $CI_PIPELINE_SOURCE == 'web'

# We keep this downstream, as we don't expect many MRs for this specific test
downstream:pages: