From fabcce26aecf151fe2da664c155dba67b258d435 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Tue, 22 Nov 2022 17:44:48 +0100 Subject: [PATCH] Make ci run on each pull and PR. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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