Use the correct branch name for backporting into v1.0 (#674)

This change uses the correct branch name (`release-1.0`) to backport
changes into the v1.0 branch.
This commit is contained in:
lhchavez 2020-11-02 19:15:32 -08:00 committed by GitHub
parent c3664193f3
commit 77460dd7f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [ 'release-0.30', 'release-0.28', 'release-0.27' ]
branch: [ 'release-1.0', 'release-0.28', 'release-0.27' ]
runs-on: ubuntu-20.04