Skip to content

Commit

Permalink
Change to only push to every branch and change job name for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
chucheria committed Mar 30, 2024
1 parent f3bc057 commit f5b87f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Black Formatter

on: [push, pull_request]
on: [push]

jobs:
lint:
black_formatter:
name: black formatter
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f5b87f9

Please sign in to comment.