diff --git a/.github/workflows/build-container.yaml b/.github/workflows/build-container.yaml index 587ccc1..7d905cb 100644 --- a/.github/workflows/build-container.yaml +++ b/.github/workflows/build-container.yaml @@ -1,6 +1,11 @@ name: Build Docker Image on: + release: + types: + - released + - created + - published push: branches: - main