Update .gitlab-ci.yml file

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

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