diff --git a/.github/workflows/build-jar.yml b/.github/workflows/build-jar.yml index c6a4589..0d1eee3 100644 --- a/.github/workflows/build-jar.yml +++ b/.github/workflows/build-jar.yml @@ -2,7 +2,7 @@ name: Build jar-file of latest version containing all dependencies on: workflow_dispatch: - push: + pull_request: branches: - master paths: # only build new jar file if pom.xml or java sources have changed