[CI] Run unit tests on master and tagged commits (#953)
parent
c13525bf84
commit
9947371ef8
|
@ -37,7 +37,7 @@ steps:
|
||||||
artifact_paths:
|
artifact_paths:
|
||||||
- "authelia-public_html.tar.gz"
|
- "authelia-public_html.tar.gz"
|
||||||
- "authelia-public_html.tar.gz.sha256"
|
- "authelia-public_html.tar.gz.sha256"
|
||||||
if: build.branch !~ /^(master)|(v[0-9]+\.[0-9]+\.[0-9]+)$\$/ && build.env("CI_BYPASS") != "true"
|
if: build.env("CI_BYPASS") != "true"
|
||||||
|
|
||||||
- wait:
|
- wait:
|
||||||
if: build.env("CI_BYPASS") != "true"
|
if: build.env("CI_BYPASS") != "true"
|
||||||
|
|
Loading…
Reference in New Issue