Disable branch check for releases

This commit is contained in:
Luis Ángel San Martín 2019-09-16 17:56:50 +02:00
parent 78b2d5f3da
commit 58e4a255a4

View File

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