diff --git a/.github/workflows/image_to_aws.yml b/.github/workflows/image_to_aws.yml index d20236d8..4cac9fd6 100644 --- a/.github/workflows/image_to_aws.yml +++ b/.github/workflows/image_to_aws.yml @@ -4,7 +4,9 @@ env: AWS_REGION: 'us-east-1' on: - workflow_dispatch: + push: + tags: + - "[0-9]+.[0-9]+.[0-9]+" jobs: push: