diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3adc8b4016..f087d013a9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,6 @@ trigger: - master + - next resources: - repo: self diff --git a/outpost/azure-pipelines.yml b/outpost/azure-pipelines.yml index 410df0d9aa..012784ce32 100644 --- a/outpost/azure-pipelines.yml +++ b/outpost/azure-pipelines.yml @@ -1,5 +1,6 @@ trigger: - master + - next variables: ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}: diff --git a/web/azure-pipelines.yml b/web/azure-pipelines.yml index 32aaec7737..45ba50d2fa 100644 --- a/web/azure-pipelines.yml +++ b/web/azure-pipelines.yml @@ -1,5 +1,6 @@ trigger: - master + - next variables: ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}: