diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b7188f7..0bd1863 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -11,8 +11,10 @@ name: Generate artifacts on: - release: - types: [published] + push: + branches: [ "dev" ] + pull_request: + branches: [ "dev" ] jobs: build: