diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-21 11:58:26 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-21 11:58:26 +0300 |
| commit | 6f83444b9d8b6eeab50582e619fcd0b69d19c886 (patch) | |
| tree | 51355692672b06dbc9186627522d897f05a2da33 | |
| parent | 37902c1aca190c96615d61d39f1b2b1ee9fa1f9b (diff) | |
| download | portablepython-6f83444b9d8b6eeab50582e619fcd0b69d19c886.tar.gz portablepython-6f83444b9d8b6eeab50582e619fcd0b69d19c886.zip | |
Run for all branches, except release for master
| -rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cd6a59f..6bed068 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,3 @@ -trigger: -- master - jobs: - job: build @@ -164,6 +161,7 @@ jobs: - job: release dependsOn: build + condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) pool: vmImage: 'vs2017-win2016' steps: |
