diff --git a/.github/workflows/black.yml b/.github/workflows/prchecks.yml similarity index 93% rename from .github/workflows/black.yml rename to .github/workflows/prchecks.yml index 4c4b714..39c1bd8 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/prchecks.yml @@ -1,8 +1,6 @@ name: Pull Request Checks on: - push: - branches: [main, features] pull_request: branches: [main, features]