ci: Looks like we where not triggering pipelines for tags
authorJordan Petridis <jordan@centricular.com>
Tue, 30 Nov 2021 14:58:59 +0000 (16:58 +0200)
committerJordan Petridis <jordan@centricular.com>
Tue, 30 Nov 2021 15:01:52 +0000 (17:01 +0200)
Oops.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1400>

.gitlab-ci.yml

index 5d19692..411ba7a 100644 (file)
@@ -90,6 +90,7 @@ workflow:
     - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
     - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
       when: never
+    - if: '$CI_COMMIT_TAG'
     - if: '$CI_COMMIT_BRANCH'
 
 #