1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Merge pull request #10482 from mikeller/add_4_2_maintenance_azure_trigger

This commit is contained in:
Michael Keller 2021-02-08 16:11:25 +13:00 committed by GitHub
commit aec33c4779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,13 @@ variables:
name: $(Build.RequestedFor)_$(Build.SourceBranchName)_$(BuildID)
# For some reason the trigger does not pick up on "*-maintenance" - manually adding the current maintenance branch for now
trigger:
batch: true
branches:
include:
- master
- 4.2-maintenance
- "*-maintenance"
pr:
@ -31,6 +33,7 @@ pr:
branches:
include:
- master
- 4.2-maintenance
- "*-maintenance"
stages: