diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index afeb6966..9d486298 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -1,6 +1,10 @@ name: Packaging -on: workflow_dispatch +on: + push: + tags: + - v** + - tt** jobs: buildAssets: