diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5a9e47..6cbf219 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,8 @@ name: Make Release -on: - pull_request: - branches: [ "main" ] +on: + push: + tags: + - '*' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: