diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml index 449622a..3655461 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -2,9 +2,9 @@ name: Lint on: push: - branches: - - master + branches: [ "main" ] pull_request: + branches: [ "main" ] types: [opened, synchronize] concurrency: