Explorar o código

Merge pull request #34521 from nextcloud/bugfix/noid/also-backport-to-stable25

Also backport the cacert to stable25
Joas Schilling hai 1 ano
pai
achega
647f9ca2d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/update-cacert-bundle.yml

+ 1 - 1
.github/workflows/update-cacert-bundle.yml

@@ -12,7 +12,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        branches: ["master", "stable24", "stable23", "stable22"]
+        branches: ["master", "stable25", "stable24", "stable23", "stable22"]
 
     name: update-ca-certificate-bundle-${{ matrix.branches }}