mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Merge pull request #10482 from mikeller/add_4_2_maintenance_azure_trigger
This commit is contained in:
commit
aec33c4779
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue