mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Enabled pull request builds in Azure.
This commit is contained in:
parent
e24c24cbf2
commit
28490f5972
1 changed files with 13 additions and 1 deletions
|
@ -19,7 +19,19 @@ variables:
|
||||||
|
|
||||||
name: $(Build.RequestedFor)_$(Build.SourceBranchName)_$(BuildID)
|
name: $(Build.RequestedFor)_$(Build.SourceBranchName)_$(BuildID)
|
||||||
|
|
||||||
trigger: none
|
trigger:
|
||||||
|
batch: true
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
- "*-maintenance"
|
||||||
|
|
||||||
|
pr:
|
||||||
|
drafts: false
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
- "*-maintenance"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: Build
|
- stage: Build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue