Always allow CI runs for tags

This commit is contained in:
Fabian 2022-10-22 23:49:53 +02:00
parent 5ad9f2146e
commit 044f75c0b0

View File

@ -11,6 +11,8 @@ cache:
workflow:
rules:
- if: $CI_COMMIT_TAG
when: always
- if: $CI_COMMIT_AUTHOR == "Gitlab CI <ci@gitlab.com>"
when: never
- when: always