diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59c0ec3..2ff40b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,12 @@ name: "MetaCall Distributable Linux Release" on: + repository_dispatch: + types: [test-trigger] pull_request: push: + tags: + - 'v*.*.*' env: ASSET_NAME: metacall-tarball-linux-amd64.tar.gz