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'