浏览代码

CI: Remove label triggers from pull request workflow

PatTheMav 2 年之前
父节点
当前提交
ee530c2f49
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/pr-pull.yaml

+ 1 - 1
.github/workflows/pr-pull.yaml

@@ -6,7 +6,7 @@ on:
     paths-ignore:
       - '**.md'
     branches: [master]
-    types: [ opened, synchronize, reopened, labeled, unlabeled ]
+    types: [ opened, synchronize, reopened ]
 permissions:
   contents: read
 concurrency: