Fix order of rules

This commit is contained in:
Greg Hellings
2025-08-08 16:41:49 -05:00
parent c81762bbf5
commit 3c22f9e55f
+2 -2
View File
@@ -107,10 +107,10 @@ build:
tags: tags:
- docker - docker
rules: rules:
- if: $CI_COMMIT_BRANCH == "main"
when: always
- if: '$CI_PIPELINE_SOURCE == "web"' - if: '$CI_PIPELINE_SOURCE == "web"'
when: never when: never
- if: $CI_COMMIT_BRANCH == "main"
when: always
needs: needs:
- job: check - job: check
artifacts: true artifacts: true