浏览代码

Updated pipelines, so they ignore PRs

flabbet 5 年之前
父节点
当前提交
fdd9a390bc
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      windows-x64-release.yml
  2. 1 1
      windows-x86-release.yml

+ 1 - 1
windows-x64-release.yml

@@ -5,7 +5,7 @@
 
 trigger:
 - release
-- cd-azure-pipelines
+  pr: none
 
 pool:
   vmImage: 'windows-latest'

+ 1 - 1
windows-x86-release.yml

@@ -5,7 +5,7 @@
 
 trigger:
 - release
-- cd-azure-pipelines
+  pr: none
 
 pool:
   vmImage: 'windows-latest'