From cdc100148ef7d8a0f25ddbf00de3d08661007a2b Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Wed, 28 Aug 2019 11:50:08 +0200 Subject: [PATCH] build - merge exploration build on each commit --- build/azure-pipelines/exploration-build.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/build/azure-pipelines/exploration-build.yml b/build/azure-pipelines/exploration-build.yml index bfb6f2cc123..39a8f23b262 100644 --- a/build/azure-pipelines/exploration-build.yml +++ b/build/azure-pipelines/exploration-build.yml @@ -1,6 +1,13 @@ pool: vmImage: 'Ubuntu-16.04' +trigger: + branches: + include: ['master'] +pr: + branches: + include: ['master'] + steps: - task: NodeTool@0 inputs: @@ -31,13 +38,3 @@ steps: git push origin HEAD:electron-6.0.x displayName: Sync & Merge Exploration - -trigger: none -pr: none - -schedules: -- cron: "10 5 * * Mon-Fri" - displayName: Mon-Fri at 7:10 - branches: - include: - - master