Update .gitlab-ci.yml file

This commit is contained in:
2025-07-20 21:26:37 +00:00
parent d9277ba6b5
commit b20e62f28e

View File

@@ -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