diff --git a/.github/workflows/native_build_push_to_ecr.yaml b/.github/workflows/native_build_push_to_ecr.yaml index 9b69201..47c8465 100644 --- a/.github/workflows/native_build_push_to_ecr.yaml +++ b/.github/workflows/native_build_push_to_ecr.yaml @@ -1,4 +1,4 @@ -name: build release and push to ECR +name: build native release and push to ECR on: release: types: [prereleased, released]