diff options
author | Joas Schilling <coding@schilljs.com> | 2022-10-11 08:12:58 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-10-11 08:12:58 +0200 |
commit | 6e30b9b4aca2bf47b9110750d5b8a0b044bfda98 (patch) | |
tree | 589876715d4ddf3322cd06e8582f6d6958e29fd3 /.github | |
parent | 7bf82c4f0c5ae190080513ffed0565737e48ad72 (diff) | |
download | nextcloud-server-6e30b9b4aca2bf47b9110750d5b8a0b044bfda98.tar.gz nextcloud-server-6e30b9b4aca2bf47b9110750d5b8a0b044bfda98.zip |
Also backport the cacert to stable25
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update-cacert-bundle.yml | 2 |
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 }} |