diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 185f58db..7edaced9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI -on: pull_request +on: + pull_request: + branches-ignore: + - "auto-version-*" jobs: ci: name: Run linter and formatter