diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2025-05-30 08:56:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-30 08:56:42 +0200 |
commit | 028ed380ce8e4c4c4cdca4ba0198b76fa138cb56 (patch) | |
tree | 554710522c9d8969f3d49ed73863b7b4cb9a5739 | |
parent | 52299ba9f6d669adbd84db3bd98b67b68e6dbe93 (diff) | |
download | nextcloud-server-028ed380ce8e4c4c4cdca4ba0198b76fa138cb56.tar.gz nextcloud-server-028ed380ce8e4c4c4cdca4ba0198b76fa138cb56.zip |
ci(crl): Add srtable31 branchci/noid/crl31
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
-rw-r--r-- | .github/workflows/update-code-signing-crl.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-code-signing-crl.yml b/.github/workflows/update-code-signing-crl.yml index 064d47c2d5c..fcc75d84b49 100644 --- a/.github/workflows/update-code-signing-crl.yml +++ b/.github/workflows/update-code-signing-crl.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['master', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22'] + branches: ['master', 'stable31', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22'] name: update-code-signing-crl-${{ matrix.branches }} |