From ad4b7ba80b9a8d9db539dbe37b7c1a6520d45441 Mon Sep 17 00:00:00 2001 From: Stefano Sinatti Date: Wed, 3 Jul 2024 18:38:39 +0200 Subject: [PATCH] Update .github/workflows/github.yml --- .github/workflows/github.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml index 1edaf7c..6bea027 100644 --- a/.github/workflows/github.yml +++ b/.github/workflows/github.yml @@ -1,4 +1,9 @@ name: GitHub Release +on: + push: + # Pattern matched against refs/tags + tags: + - '*' # every new tag jobs: release: uses: RegioneER/parer-github-template/.github/workflows/github.yml@main \ No newline at end of file