temporarily add 4.20 and PR branch to gha

This commit is contained in:
Pearl Dsilva 2026-01-14 11:46:18 -05:00 committed by dahn
parent 4d7e8c581b
commit 585da2d18b
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ name: Error Prone Analysis
on:
push:
branches: [ main ]
branches: [ main, add-errorprone ]
pull_request:
branches: [ main ]
branches: [ main, '4.20' ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}