Skip to content

Commit 94d4916

Browse files
committed
Only upload tagged commits
1 parent e684195 commit 94d4916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ stages:
6060
mv upload/manylinux2010/liblsl.so upload/liblsl-manylinux2010-liblsl64.so
6161
mv upload/manylinux1/liblsl.so upload/liblsl-manylinux1-liblsl64.so
6262
- task: GithubRelease@0
63+
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
6364
inputs:
6465
action: edit
6566
tag: $(Build.SourceBranchName)

0 commit comments

Comments
 (0)