Skip to content

Commit b3162d0

Browse files
authored
Fix github action (#94)
1 parent e7852b9 commit b3162d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/merge-build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
if: ${{ github.event.repository.fork == true }}
5555
run: mvn -B -e verify
5656

57+
- name: "Maven Build"
58+
if: ${{ github.event.repository.fork == false }}
59+
run: mvn -B -e clean install
60+
5761
- name: Checkout tools repo
5862
uses: actions/checkout@v4
5963
with:

0 commit comments

Comments
 (0)