From 36df9c199264ef268947063416a35e5967b1f626 Mon Sep 17 00:00:00 2001 From: tommytrg Date: Fri, 16 Apr 2021 18:10:04 +0200 Subject: [PATCH] ci(release): trigger build on pushed tag --- .github/workflows/release.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aa31f207b..11690e683 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,8 +1,9 @@ name: Release a draft release -on: - push: - branches: [ master ] +on: + push: + tags: + - '*' jobs: release: