diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0a7f29ea..a1fcbc58 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: