This really should be running

This commit is contained in:
Greg Hellings
2025-08-18 01:53:02 -05:00
parent e7fb45acf4
commit 17d94b7668
+1 -1
View File
@@ -10,7 +10,7 @@ include:
# done some of the time # done some of the time
- local: .gitlab/build.yml - local: .gitlab/build.yml
rules: rules:
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_PIPELINE_SOURCE == "tag" - if: $CI_PIPELINE_SOURCE == "tag"
- if: $CI_COMMIT_BRANCH == "main" - if: $CI_COMMIT_BRANCH == "main"