From 08821e02f3a17c777b854817ee857413c2d52bac Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 21 Oct 2019 19:35:46 +0300 Subject: Push tags --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5fd4a1..0ffed5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,9 @@ name: Release -on: [push] +on: + push: + tags: + - "*" jobs: release: -- cgit v1.3.1