diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3454a39..6ed3c43 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,12 @@ name: CI on: - - push + pull_request: + branches: + - main + push: + branches: + - main jobs: lint: