This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: remove manual trigger for release

-1
-1
.gitlab-ci.yml
··· 22 22 stage: deploy 23 23 rules: 24 24 - if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+/ 25 - - when: manual 26 25 script: 27 26 - export TAG=$(echo $CI_COMMIT_TAG | sed 's/^v//') 28 27 - |