ソースを参照

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