1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +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) 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: trigger:
batch: true batch: true
branches: branches:
include: include:
- master - master
- 4.2-maintenance
- "*-maintenance" - "*-maintenance"
pr: pr:
@ -31,6 +33,7 @@ pr:
branches: branches:
include: include:
- master - master
- 4.2-maintenance
- "*-maintenance" - "*-maintenance"
stages: stages: