[ci] Have CI workflow run on 1.<version>.x branches (#959)

This commit is contained in:
David Biancolin 2022-02-22 01:05:57 -08:00 committed by GitHub
parent ee54dffc5b
commit abc385ab93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
pull_request:
branches:
- main
- '1.[0-9]*.x'
env:
PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_A_PERSONAL_ACCESS_TOKEN }}