diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7c69f469c..ec1fee0d2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -3,10 +3,10 @@ name: Coatjava-CI on: - push: - branches: [ '**' ] pull_request: - branches: [ '**' ] + push: + branches: [ development ] + tags: [ '*' ] schedule: # NOTE: From what I read, the email notification for cron can only go # to the last committer of this file!!!!!