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