Skip to content

Commit

Permalink
trigger github action CI for java8 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Min Jin <[email protected]>
  • Loading branch information
yue9944882 committed Jan 8, 2024
1 parent 9e623a9 commit 7ca3b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: build

on:
push:
branches: [ "master", "release-**" ]
branches: [ "master", "master-java8", "release-**" ]
pull_request:
branches: [ "master", "release-**" ]
branches: [ "master", "master-java8", "release-**" ]

jobs:
verify-format:
Expand Down

0 comments on commit 7ca3b94

Please sign in to comment.