From 21b87eb2d968f79c5dc3a21367d3e8acdcf1f40c Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Thu, 9 May 2024 16:31:24 +0200 Subject: [PATCH] Release only releases Inspired by . --- .github/workflows/deployment.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index d75b900c..5e34b9fc 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -1,9 +1,8 @@ name: Continuous Delivery on: - push: - tags: - - "*" + release: + types: [released] jobs: homebrew: