浏览代码

Only run lockfile check on pull requests. Push events are unsupported

Robert-Jan de Dreu 1 年之前
父节点
当前提交
6a477a07ed
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      .github/workflows/lockfiles.yaml

+ 0 - 4
.github/workflows/lockfiles.yaml

@@ -1,10 +1,6 @@
 name: Changed lock files
 on:
   pull_request: null
-  push:
-    branches:
-      - main
-      - dev
 
 permissions:
   pull-requests: read