Update .gitlab-ci.yml file
This commit is contained in:
@@ -14,6 +14,10 @@ build_linux:
|
||||
expire_in: 1 month
|
||||
tags:
|
||||
- linux
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: on_success
|
||||
- when: never
|
||||
|
||||
build_windows:
|
||||
stage: build
|
||||
@@ -28,3 +32,7 @@ build_windows:
|
||||
expire_in: 1 month
|
||||
tags:
|
||||
- windows
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: on_success
|
||||
- when: never
|
||||
Reference in New Issue
Block a user