mirror of
https://github.com/audacity/community.git
synced 2026-04-30 04:59:24 -05:00
AZP: Update triggers
The push event should only trigger AZP builds on the main branch, not on other branches Also only trigger AZP when a recipe or CI configuration got changed
This commit is contained in:
@@ -2,6 +2,16 @@ variables:
|
||||
BPT_SPLIT_BY_BUILD_TYPES: "true"
|
||||
BPT_REQUIRE_MORE_DISK_SPACE: "true"
|
||||
|
||||
# the pull request trigger is implicit
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
paths:
|
||||
include:
|
||||
- recipes/*
|
||||
- azure-pipelines.yml
|
||||
|
||||
# bincrafters-conventions:azp-version:2
|
||||
# You can add custom environment variables above the version tag
|
||||
# Do not modify the tag or anything below the tag
|
||||
|
||||
Reference in New Issue
Block a user