diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2d0cc4..e94e161 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Continuous Integration +name: CI on: pull_request: @@ -9,6 +9,7 @@ on: - src/** - tests/** push: + branches: [main] paths: - .github/workflows/ci.yml - uv.lock