Skip to content

Commit 3f625cc

Browse files
committed
always run black action, its a python-only project
1 parent f44b14d commit 3f625cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: black
22

33
on:
44
pull_request:
5-
paths:
6-
- '**.py'
5+
types: [opened, synchronize, reopened, edited]
76

87
jobs:
98
format:

0 commit comments

Comments
 (0)