From 040f4548c5625f9ac470a7f13469ec8448d43821 Mon Sep 17 00:00:00 2001 From: sergiov-ni Date: Tue, 10 Dec 2024 18:22:36 -0700 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b5a8e07..695eef7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,9 +1,15 @@ -# Removed trigger so pipeline runs only when requested via API -# trigger: -# branches: -# include: -# - main -# - develop +trigger: + branches: + include: + - develop # or whatever branch you'd like to build on push + +pr: + branches: + include: + - develop # the branch into which PRs are made + forks: + enabled: true + allowSecrets: false name: $(Build.BuildID)