change pr branch on which this wf is run - needs to be reverted

This commit is contained in:
Pearl Dsilva 2026-02-04 12:47:21 -05:00 committed by dahn
parent 076d250802
commit 15c1427986
1 changed files with 2 additions and 2 deletions

View File

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