Skip to content

Commit

Permalink
Make ci run on each pull and PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Nov 22, 2022
1 parent 2b6363e commit fabcce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: "MetaCall Distributable Linux Release"

on:
pull_request:
push:
tags:
- 'v*'

env:
ASSET_NAME: metacall-tarball-linux-amd64.tar.gz
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fabcce2

Please sign in to comment.