Skip to content

Commit

Permalink
build - merge exploration build on each commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Aug 28, 2019
1 parent b264205 commit cdc1001
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions build/azure-pipelines/exploration-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
pool:
vmImage: 'Ubuntu-16.04'

trigger:
branches:
include: ['master']
pr:
branches:
include: ['master']

steps:
- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -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

0 comments on commit cdc1001

Please sign in to comment.