diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aabc806..8a290a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,12 @@ name: CI on: push: - branches-ignore: [master] + branches: + - master tags-ignore: [v*] + pull_request: + branches: + - master concurrency: group: ${{ github.workflow }}-${{ github.ref }}