diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c31e1879..3231d1a9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,10 +1,10 @@ name: Java CI - -push: - branches: [ "master" ] -pull_request: - branches: [ "master" ] +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] jobs: build: