diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 639416a..73afa39 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,10 +3,10 @@ name: Lint Python Code on: push: branches: - - main + - master pull_request: branches: - - main + - master jobs: lint: