diff --git a/.github/workflows/maven_docker_image.yml b/.github/workflows/maven_docker_image.yml index 310d3be..96ef43e 100644 --- a/.github/workflows/maven_docker_image.yml +++ b/.github/workflows/maven_docker_image.yml @@ -9,7 +9,10 @@ name: Java CI with Maven on: - workflow_dispatch: + push: + # Pattern matched against refs/tags + tags: + - '*' jobs: build: