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 <coding@schilljs.com>2022-10-11 09:12:58 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-11 09:12:58 +0300
commit6e30b9b4aca2bf47b9110750d5b8a0b044bfda98 (patch)
tree589876715d4ddf3322cd06e8582f6d6958e29fd3
parent7bf82c4f0c5ae190080513ffed0565737e48ad72 (diff)
Also backport the cacert to stable25
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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 }}