Run pipeline when tag

This commit is contained in:
Greg Hellings
2025-08-20 12:08:11 -05:00
parent c5610c45b0
commit 48ccf19615
+2 -2
View File
@@ -10,8 +10,8 @@ workflow:
# Do not run branch-specific pipeline if there is an open MR
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
# Run reduced pipeline for branches
- if: $CI_COMMIT_BRANCH
# Run pipeilne for branches or tags
- if: $CI_COMMIT_BRANCH || $CI_COMMIT_TAG
- if: $CI_PIPELINE_SOURCE == "web"
include: