Ver código fonte

Remove 6.0.x from scheduled releases

Steve Riesenberg 1 ano atrás
pai
commit
15febfc65f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/release-scheduler.yml

+ 1 - 1
.github/workflows/release-scheduler.yml

@@ -11,7 +11,7 @@ jobs:
     strategy:
       matrix:
         # List of active maintenance branches.
-        branch: [ main, 6.1.x, 6.0.x, 5.8.x ]
+        branch: [ main, 6.1.x, 5.8.x ]
     runs-on: ubuntu-latest
     steps:
     - name: Checkout