diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 9149ea0cc..23a0e876e 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -5,9 +5,9 @@ name: Java CI with Maven on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: build: