diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e78d41e..1ab0075 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,9 +1,11 @@ name: eslint on: - - push: - branches: - - master - - pull_request + push: + branches: + - main + pull_request: + branches: + - main jobs: lint: