diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8fba6bc..19f36eb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,8 +4,12 @@ # https://aka.ms/yaml trigger: -- master -- patch_branch + branches: + include: + - master + paths: + exclude: + - azure-pipelines.yml resources: repositories: @@ -13,17 +17,12 @@ resources: type: github name: fermi-lat/ci endpoint: fermi-lat - -###### UPDATE VALUE WITH REPO NAME ###### -########## BEFORE DEPLOYMENT ############ - + variables: - group: DevOps Access Keys - name: repo value: orbitSim -######################################### - stages: #####################################