#2084: fix pr autocancel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user