From b144a164e5e9e687cf11043ab463951fd4c7f884 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 6 Apr 2020 10:49:17 +0100 Subject: [PATCH] Updated release Action to run on all tags --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e13625b7d..76a114eb38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: tags: - - '3.*' + - '*' jobs: automate: runs-on: ubuntu-latest