diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index fcee44a..6fa22f0 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -1,6 +1,9 @@ name: Linters on: + push: + branches: + - '**' pull_request: branches: - '**' @@ -27,4 +30,4 @@ jobs: run: ruff check . - name: flake8 - run: flake8 . \ No newline at end of file + run: flake8 .