diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ad66b62..99f6ec0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,13 @@ name: "Tests" -on: [push, pull_request] +on: + push: + tags: + - v** + branches-ignore: + - "dependabot/**" + - "sourcery/**" + - "create-pr-action/**" + pull_request: jobs: pre-commit: