Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-26 22:38:25 +00:00
parent 3565cc1409
commit 8d8fb80ee6

View File

@@ -7,10 +7,13 @@ release_job:
image: registry.gitlab.com/gitlab-org/release-cli:latest image: registry.gitlab.com/gitlab-org/release-cli:latest
only: only:
# - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# - if: $CI_COMMIT_TAG
# when: never
changes: changes:
- "data/*" - data/**
- "modinfo.lua" - modinfo.lua
- "thumb.png" - thumb.png
script: script:
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA" - echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"