浏览代码

Disable watching for updates for v6.x

Fabian Mastenbroek 2 年之前
父节点
当前提交
c0cf4f9dcd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/watch.yml

+ 1 - 1
.github/workflows/watch.yml

@@ -11,7 +11,7 @@ jobs:
     runs-on: [ubuntu-latest]
     strategy:
       matrix:
-        branch: ['v6.0.x']
+        branch: []
     steps:
     - name: Checkout Sources
       uses: actions/checkout@v3