We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a1917 commit 4f0e23eCopy full SHA for 4f0e23e
.gitlab-ci.yml
@@ -72,7 +72,7 @@ release:create:
72
before_script:
73
- export RELEASE_VERSION=`sed -n 's/.*<Version>\(.*\)<\/Version>.*/\1/p' ./src/Directory.Build.props`
74
rules:
75
- - if: '$CI_COMMIT_REF_SLUG == "main"'
+ - if: $CI_COMMIT_BRANCH == "main" || $CI_COMMIT_BRANCH =~ /^release\//
76
when: manual
77
78
publish:
0 commit comments