diff --git a/.github/workflows/make-dist.yml b/.github/workflows/make-dist.yml index 7a5fdbd..204a425 100644 --- a/.github/workflows/make-dist.yml +++ b/.github/workflows/make-dist.yml @@ -3,6 +3,7 @@ name: make dist on: push: branches: [ "main" ] + tags: v** pull_request: branches: [ "main" ]