Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
AAndrisa committed Jul 3, 2024
1 parent 2175217 commit 1412905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variables:
${{ elseif eq(variables['Build.Reason'], 'PullRequest') }}:
downloadBranch: $[ format('refs/heads/{0}',replace(variables['System.PullRequest.TargetBranch'], 'libad9361-iio-v0', 'libiio-v0')) ]
${{ else }}:
downloadBranch: 'refs/heads/main'
downloadBranch: 'refs/heads/libiio-v0'

trigger:
branches:
Expand Down

0 comments on commit 1412905

Please sign in to comment.