diff options
author | Mango0x45 <thomasvoss@live.com> | 2020-09-12 12:58:35 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2020-09-12 12:58:35 +0000 |
commit | 8a9112468cdf078240885420e3ad6cdf3839609a (patch) | |
tree | 4fc2e235c81f42459140170893a271117fa9857d | |
parent | 65bf17b9324e07d25d73ed67f77cbbdce0b13063 (diff) | |
download | steve-bot-8a9112468cdf078240885420e3ad6cdf3839609a.tar steve-bot-8a9112468cdf078240885420e3ad6cdf3839609a.tar.gz steve-bot-8a9112468cdf078240885420e3ad6cdf3839609a.tar.bz2 steve-bot-8a9112468cdf078240885420e3ad6cdf3839609a.tar.lz steve-bot-8a9112468cdf078240885420e3ad6cdf3839609a.tar.xz steve-bot-8a9112468cdf078240885420e3ad6cdf3839609a.tar.zst steve-bot-8a9112468cdf078240885420e3ad6cdf3839609a.zip |
Make action work on push
-rw-r--r-- | .github/workflows/black.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index bb6dd88..d64b753 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -4,6 +4,8 @@ name: Black Check on: pull_request: branches: [ master ] + push: + branches: [ master ] jobs: suggest: |