diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8a93bd..59c0ec3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,8 @@ name: "MetaCall Distributable Linux Release" on: + pull_request: push: - tags: - - 'v*' env: ASSET_NAME: metacall-tarball-linux-amd64.tar.gz @@ -68,6 +67,7 @@ jobs: name: Publish on GitHub runs-on: ubuntu-latest needs: test + if: startsWith(github.ref, 'refs/tags/v') steps: - name: Check out the repo uses: actions/checkout@v2