Skip to content

Commit

Permalink
Update isort-and-black-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Li-Xiang-Ideal authored Nov 25, 2023
1 parent 9583f38 commit f799576
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/isort-and-black-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
# https://github.com/cclauss/autoblack

name: isort and black check
on: [pull_request]
on:
push:
branches: [ master ]
pull_request:
branches: '**'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f799576

Please sign in to comment.