diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfef113b..5b9642c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,9 @@ name: continuous-integration on: - - push - pull_request + - push: + branches: [main] + jobs: lint: runs-on: ubuntu-latest