diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e73215..b9b70ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,11 @@ name: Continuous Integration on: push: + branches-ignore: + - 'release-please**' pull_request: + branches-ignore: + - 'release-please**' jobs: code-quality: