diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e868a3f..21ff23c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,18 +3,10 @@ name: CI on: push: branches: - - main - paths-ignore: - - "**README.md" - - ".gitignore" - - "LICENSE" + - main pull_request: branches: - main - paths-ignore: - - "**README.md" - - ".gitignore" - - "LICENSE" jobs: build: