Skip to content

Commit 3ab3495

Browse files
committed
Fix verify workflow
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
1 parent ae6e94c commit 3ab3495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name: sdk-java Verify
66
on:
77
push:
88
branches:
9-
- main
9+
- 5.*
1010
pull_request:
1111
branches:
12-
- main
12+
- 5.*
1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)