[ACS-1116] E2e tests to not run on Master (#1917)

This commit is contained in:
davidcanonieto
2021-01-12 16:23:11 +01:00
committed by GitHub
parent 6d65eb03ec
commit b49b928382

View File

@@ -32,6 +32,7 @@ stages:
- name: Release Tag
if: branch = master AND type = push
- name: e2e
if: branch != master
- name: Trigger DW
if: (branch = master OR branch = develop OR (tag =~ .*beta.*)) AND (type = push OR type = api)