Skip to content

Commit 1720ebb

Browse files
committed
temporarily add 4.20 and PR branch to gha
1 parent d32ca11 commit 1720ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/errorprone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ name: Error Prone Analysis
1919

2020
on:
2121
push:
22-
branches: [ main ]
22+
branches: [ main, add-errorprone ]
2323
pull_request:
24-
branches: [ main ]
24+
branches: [ main, '4.20' ]
2525

2626
concurrency:
2727
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)