Commit 2d373e92 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'hoverht-master-patch-17599' into 'master'

tests: always test semantic release

See merge request ci/templates!81
parents d02ffa90 958b78cd
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -151,6 +151,8 @@ downstream:pandoc:
semantic-release:dry-run:
  extends: semantic-release
  variables:
    EXTRA_ARGS: "--dry-run --branches testing"
    EXTRA_ARGS: "--dry-run --branches ${CI_COMMIT_BRANCH}"
  rules:
    - if: '$CI_COMMIT_BRANCH == "testing"'
    - if: $CI_COMMIT_TAG
      when: never
    - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH