Run on develop branch

This commit is contained in:
maurizio vitale
2020-05-07 14:01:54 +01:00
parent 794d6a6c83
commit 89e7446bd2
+2 -2
View File
@@ -15,7 +15,7 @@ cache:
branches: branches:
only: only:
- master - master
- development - develop
- /.*beta.*/ - /.*beta.*/
before_install: before_install:
@@ -38,7 +38,7 @@ stages:
if: branch = master AND type = push if: branch = master AND type = push
- name: e2e - name: e2e
- name: Trigger DW - name: Trigger DW
if: (branch = master OR branch = development OR (tag =~ .*beta.*)) AND (type = push OR type = api) if: (branch = master OR branch = develop OR (tag =~ .*beta.*)) AND (type = push OR type = api)
jobs: jobs:
include: include: