diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 58828fd..18e366f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,7 +1,7 @@ name: release on: push: - tags: + branches: - "*" # Allows you to run this workflow manually from the Actions tab