allow to start the build and relesase when starting a pipeline from the web
This commit is contained in:
parent
5c32a398c5
commit
71e6f98c5d
@ -25,7 +25,8 @@ build_opengl:
|
|||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- opengl/**/*
|
- opengl/**/*
|
||||||
- when: manual
|
- if: $CI_PIPELINE_SOURCE == "web"
|
||||||
|
when: always
|
||||||
|
|
||||||
|
|
||||||
release-image_opengl:
|
release-image_opengl:
|
||||||
@ -39,5 +40,6 @@ release-image_opengl:
|
|||||||
- if: $CI_COMMIT_BRANCH == "main"
|
- if: $CI_COMMIT_BRANCH == "main"
|
||||||
- changes:
|
- changes:
|
||||||
- opengl/**/*
|
- opengl/**/*
|
||||||
- when: manual
|
- if: $CI_PIPELINE_SOURCE == "web"
|
||||||
|
when: always
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user