diff --git a/.github/workflows/black_check.yml b/.github/workflows/black_check.yml index ab2a435..a36b5f2 100644 --- a/.github/workflows/black_check.yml +++ b/.github/workflows/black_check.yml @@ -3,7 +3,7 @@ # Othewrwise, Black is run and its changes are committed back to the incoming pull request. # https://github.com/cclauss/autoblack -name: autoblack +name: black on: [push, pull_request] jobs: build: