diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b312c74..2f4de83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: CI on: pull_request: - branches: [ main ] + branches: [main] push: - branches: [ main ] + branches: [main] jobs: lint: