[skip ci] Update CI configuration

Avoid triggering release pipeline on master branch commits
presentation
Bryan Tan 7 years ago
parent 6fcd715053
commit bc351d7c43
  1. 5
      azure-pipelines/release.yml

@ -1,10 +1,9 @@
trigger:
branches:
include:
- master
tags:
include:
- '*'
exclude:
- nightly
schedules:
- cron: "0 0 * * *"
displayName: Nightly build

Loading…
Cancel
Save