We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97fdb10 + 20c8173 commit 2519265Copy full SHA for 2519265
1 file changed
.gitlab-ci.yml
@@ -124,7 +124,11 @@ github:
124
tags:
125
- docker
126
rules:
127
- - if: $CI_COMMIT_REF_PROTECTED == "true"
+ - if: $CI_COMMIT_REF_PROTECTED != "true"
128
+ when: never
129
+ - if: $CI_COMMIT_TAG
130
131
+ - when: always
132
before_script:
133
- git config checkout.defaultRemote origin
134
- git remote add -f github "https://${GITHUB_AUTH_USERNAME}:${GITHUB_AUTH_TOKEN}@${GITHUB_REPO}" || true
0 commit comments