Browse Source

Disable watching for updates for v6.x

Fabian Mastenbroek 2 years ago
parent
commit
c0cf4f9dcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/watch.yml

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

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