From ecaa7cf4d35d34c651d9d36bf8e857410b3fcda6 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 9 Feb 2024 10:47:11 +1100 Subject: [PATCH] ci(release): trigger on tag push --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4e6aab..46e3cbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,9 @@ name: release on: - pull_request: push: - branches: - - 'master' + tags: + - '*' permissions: contents: read