Explorar o código

Remove 1.0.x from active maintenance branch

Joe Grandja hai 1 ano
pai
achega
068601b7c1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/release-scheduler.yml

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

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