Do releases only when merging into master

This commit is contained in:
Luis Ángel San Martín 2019-09-16 21:43:51 +02:00
parent a89e197add
commit 16bbb9ab48

View File

@ -138,7 +138,7 @@ jobs:
- MacOS - MacOS
- Windows_x86 - Windows_x86
- Windows_x64 - Windows_x64
condition: succeeded() condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
variables: variables:
- group: github-releases - group: github-releases
pool: pool: