ci: Run pipelines for all events (including Git tags)

This commit is contained in:
Eduardo Almeida
2024-02-21 12:55:06 +00:00
parent c5889b1768
commit f4d51ae75d

View File

@@ -35,7 +35,7 @@ workflow:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH
- when: always
###################### BUILD STAGE #############################################