diff --git a/.azure/azure-ci-build-pipeline.yaml b/.azure/azure-ci-build-pipeline.yaml index 221bedd5..8a944c7f 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -7,17 +7,8 @@ trigger: - release/* pr: - autoCancel: true # automatically cancel PR if new push made - drafts: true # get triggered when doing drafts - branches: - include: - - main - - dev - - feature/* - - hotfix/* - - bugfix/* - - release/* - + autoCancel: true + drafts: false parameters: # https://stackoverflow.com/a/70046417 - name: matrix