We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076d250 commit 15c1427Copy full SHA for 15c1427
.github/workflows/errorprone.yml
@@ -19,9 +19,9 @@ name: Error Prone Analysis
19
20
on:
21
push:
22
- branches: [ main, add-errorprone ]
+ branches: [ add-errorprone ]
23
pull_request:
24
- branches: [ main, '4.20', 'ghi11438-errorprone-fixes' ]
+ branches: [ ghi11438-errorprone-fixes' ]
25
26
concurrency:
27
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments