allow to start the build and relesase when starting a pipeline from the web

This commit is contained in:
Yves-Marie Haussonne 2024-09-30 13:16:12 +02:00
parent 5c32a398c5
commit 71e6f98c5d

View File

@ -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