diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5591c91c..67619ddc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,9 +5,9 @@ name: CI Github on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: