From 1e418ecdd7a3665afc400d8f0dafecf22e764941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Stu=CC=88rmer?= Date: Sat, 5 Dec 2020 16:26:07 +0100 Subject: [PATCH] trigger release on tag creation --- .github/workflows/release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8591386..415fb8c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,8 +1,9 @@ name: Release on: - release: - types: [published] + push: + tags: + - '*' jobs: release: