From 64a13bbc5f52fde3edecd5bee9839e3692e18ade Mon Sep 17 00:00:00 2001 From: sergiov-ni <156447188+svelderrainruiz@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:15:38 -0700 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 695eef7..e0afb87 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,12 +1,12 @@ trigger: branches: include: - - develop # or whatever branch you'd like to build on push + - develop pr: branches: include: - - develop # the branch into which PRs are made + - develop forks: enabled: true allowSecrets: false @@ -49,4 +49,4 @@ stages: -AbsolutePathScripts "$(RelativePathScripts)" workingDirectory: '$(RelativePathScripts)' failOnStderr: true - errorActionPreference: 'Stop' \ No newline at end of file + errorActionPreference: 'Stop'