From 4012780a7fb227e917ff1fa36ce3354069b6f21d Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sun, 12 May 2024 10:36:44 -0400 Subject: [PATCH] chore: Update cd.yml --- .github/workflows/cd.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 593d48e4..b58d6088 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,10 +1,14 @@ name: CD + on: + release: + types: [published] push: - branches: - - main tags: - v* + +permissions: + contents: write jobs: build: