From 59b561d2d9349e6d6be83697a8abe8e13b2413e2 Mon Sep 17 00:00:00 2001 From: Prad Date: Sun, 22 Dec 2024 22:14:15 +0000 Subject: [PATCH] ci(publish): trigger workflow on release creation --- .github/workflows/publish.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5b282d05a..d101031ed 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,11 +1,7 @@ name: Publish Versioned Assets on: - push: - tags: - - v* - paths: - - "docs/**" - - "proto/**" + release: + types: [published] permissions: contents: write