From 6cb7febd3d5a16d2852dca27c5b2676f197ff341 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 12 Sep 2023 16:12:38 +0200 Subject: [PATCH] action: listen for tags creation (#1061) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05aa719b0..3a73f7197 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,8 +5,8 @@ permissions: contents: read on: - create: - tags: [ "v*" ] + push: + tags: [ "v[0-9]+*" ] jobs: