1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Enabled pull request builds in Azure.

This commit is contained in:
Michael Keller 2020-12-20 11:05:07 +01:00
parent e24c24cbf2
commit 28490f5972

View file

@ -19,7 +19,19 @@ variables:
name: $(Build.RequestedFor)_$(Build.SourceBranchName)_$(BuildID)
trigger: none
trigger:
batch: true
branches:
include:
- master
- "*-maintenance"
pr:
drafts: false
branches:
include:
- master
- "*-maintenance"
stages:
- stage: Build