diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 74c342f..435d58b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,7 +5,8 @@ name: Java CI with Maven on: push: - branches: [ master ] + branches: + - '**' pull_request: branches: [ master ]