diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 334cbdb..eb29a69 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,11 +11,13 @@ trigger: include: - master - develop + - TestingBranch # Trigger CI on pull requests to master and develop branches pr: - master - develop + - TestingBranch jobs: # Windows Build Job