Browse Source

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

Also backport the cacert to stable25
Joas Schilling 1 year ago
parent
commit
647f9ca2d7
1 changed files with 1 additions and 1 deletions
  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 }}