diff --git a/.github/workflows/build-push-deploy.yml b/.github/workflows/build-push-deploy.yml index 56a1eca4..926241d7 100644 --- a/.github/workflows/build-push-deploy.yml +++ b/.github/workflows/build-push-deploy.yml @@ -1,12 +1,11 @@ name: Build Docker Images, Push to Registry, and Deploy on: - push - # push: - # branches: - # - main - # release: - # types: [published] + push: + branches: + - main + release: + types: [published] jobs: build-and-push: