diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index d62c171e..16015f18 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -6,6 +6,13 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }} cancel-in-progress: true on: + pull_request: + paths: + - '**.py' + push: + branches: [main] + paths: + - '**.py' workflow_dispatch: jobs: