diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbd1066..0ec5ce2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,14 @@ name: CI -on: [push, pull_request] +on: + pull_request: + branches: + - '*' + push: + branches: + - '*' + tags-ignore: + - '*' # ignore all tags, our 'release' action triggers on tags + jobs: test: