Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/latest
Browse files Browse the repository at this point in the history
  • Loading branch information
timvanoostrom authored Dec 14, 2023
2 parents 90e7f4f + b9e0024 commit 7905f81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ trigger:
include:
- testen
- az-acceptance
- main
pr:
autoCancel: true
branches:
Expand Down Expand Up @@ -43,7 +44,7 @@ variables:
- ${{ if or(eq(variables['Build.SourceBranchName'], 'testen'), eq(variables['Build.Reason'], 'PullRequest')) }}:
- name: dtapName
value: t
- ${{ if eq(variables['Build.SourceBranchName'], 'az-acceptance') }}:
- ${{ if or(eq(variables['Build.SourceBranchName'], 'az-acceptance'), eq(variables['Build.SourceBranchName'], 'main')) }}:
- name: dtapName
value: a
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
Expand Down

0 comments on commit 7905f81

Please sign in to comment.