diff options
Diffstat (limited to '.github/workflows/update-cacert-bundle.yml')
-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 6fcd50c9585..8a37b19e5bd 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", "stable28", "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"] + branches: ["master", "stable29", "stable28", "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"] name: update-ca-certificate-bundle-${{ matrix.branches }} |