Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-11 09:47:47 +0300
committerGitHub <noreply@github.com>2022-10-11 09:47:47 +0300
commit647f9ca2d72a276e793bdc1ac0d7286ce3364abc (patch)
tree589876715d4ddf3322cd06e8582f6d6958e29fd3
parent7bf82c4f0c5ae190080513ffed0565737e48ad72 (diff)
parent6e30b9b4aca2bf47b9110750d5b8a0b044bfda98 (diff)
Merge pull request #34521 from nextcloud/bugfix/noid/also-backport-to-stable25
Also backport the cacert to stable25
-rw-r--r--.github/workflows/update-cacert-bundle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml
index f38e594f9b8..8d0e9d79d52 100644
--- a/.github/workflows/update-cacert-bundle.yml
+++ b/.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 }}