diff --git a/.github/workflows/update-rest-api-json.yml b/.github/workflows/update-rest-api-json.yml index c1168d430d..58e1b2a773 100644 --- a/.github/workflows/update-rest-api-json.yml +++ b/.github/workflows/update-rest-api-json.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - branch: ['main', '8.14', '8.15', '7.17'] + branch: ['main', '8.x', '8.15', '7.17'] steps: - uses: actions/checkout@v4