#2084: fix pr autocancel

This commit is contained in:
Czar Echavez
2023-12-02 19:46:04 +00:00
parent 1cc0020381
commit 1d5337153b

View File

@@ -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