Skip to content

Resolve "CI: Only QA is run for foreign branches"

Jason Plum requested to merge 371-ci-set-qa-only-branches into master

Adds restriction to only run on branches, as with the rest of the jobs in CI.

qa:
  only:
    refs:
      - branches

Closes #371 (closed)

Merge request reports