From cdfc508e55c7b547f87b0f551770080a68ee54cc Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 9 Jun 2020 10:19:30 -0700 Subject: [PATCH] ;ci: release: tweak --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5390d0fab..50ecc8ab1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -# Create a github release, when a "v*" tag is pushed to master. +# Create a github release, when a tag starting with a digit is pushed (anywhere ?) # https://github.com/actions/create-release @@ -6,8 +6,7 @@ name: Create Release on: push: - tags: [ 'v*' ] - branches: [ master ] + tags: [ '[0-9]*' ] jobs: build: