Fix order of rules
This commit is contained in:
+2
-2
@@ -107,10 +107,10 @@ build:
|
||||
tags:
|
||||
- docker
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "main"
|
||||
when: always
|
||||
- if: '$CI_PIPELINE_SOURCE == "web"'
|
||||
when: never
|
||||
- if: $CI_COMMIT_BRANCH == "main"
|
||||
when: always
|
||||
needs:
|
||||
- job: check
|
||||
artifacts: true
|
||||
|
||||
Reference in New Issue
Block a user