Skip to content

Commit 30cdfe3

Browse files
committed
Update black_format.yml
1 parent ef80b86 commit 30cdfe3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/black_format.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Lint and Auto Format
22

3-
on:
4-
push:
5-
branches: [main]
6-
pull_request:
3+
on: [push]
74

85
jobs:
96
lint:
@@ -26,7 +23,7 @@ jobs:
2623
run: pip install black
2724

2825
- name: Run Black (format code)
29-
run: black --verbose ./src --jupyter
26+
run: black --verbose ./src
3027

3128
- name: Check for changes
3229
id: check_diff

0 commit comments

Comments
 (0)