Add job execution on manual build
This commit is contained in:
parent
0d42b955d2
commit
069e8c7517
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ image: 3.10.8-slim-buster
|
||||||
rules:
|
rules:
|
||||||
# Regex magic copied from Neshura/page-test, only deploys on x.y.z or higher (x.y) Tags
|
# Regex magic copied from Neshura/page-test, only deploys on x.y.z or higher (x.y) Tags
|
||||||
- if: $CI_COMMIT_TAG =~ /^((([\d])+\.){1,2}[\d]+)\s*$/ && $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG =~ /^((([\d])+\.){1,2}[\d]+)\s*$/ && $CI_COMMIT_TAG
|
||||||
|
- if: $CI_JOB_MANUAL
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
Loading…
Reference in a new issue