diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 409ea3f..2583ffc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,14 +3,14 @@ name: CI on: push: branches: - - main + - master paths-ignore: - README.md - API.md - docs/*.rst pull_request: branches: - - main + - master types: - ready_for_review - opened