diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 59a093c..31822e8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - main + - master jobs: ruff: @@ -19,4 +19,4 @@ jobs: - name: Run ruff run: | pip install ruff - ruff check --output-format=github . \ No newline at end of file + ruff check --output-format=github .