From e6860ed1eea465b28b9785c8b98a88b1af9e827c Mon Sep 17 00:00:00 2001 From: Kostas Stamatakis Date: Mon, 13 May 2024 18:14:42 +0300 Subject: [PATCH] Publish cloudformation when version changes (#2204) --- .github/workflows/publish-cloudformation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-cloudformation.yml b/.github/workflows/publish-cloudformation.yml index 18be9ee881..3eb8e01f14 100644 --- a/.github/workflows/publish-cloudformation.yml +++ b/.github/workflows/publish-cloudformation.yml @@ -9,6 +9,7 @@ on: - deploy/cloudformation/*.yml - scripts/publish_cft.sh - .github/workflows/publish-cloudformation.yml + - version/version.go jobs: publish_cloudformation: