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:
parent
e24c24cbf2
commit
28490f5972
1 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue