boris commited on
Commit
d54a7be
1 Parent(s): 5750492

feat: update black action

Browse files
Files changed (1) hide show
  1. .github/workflows/black.yml +5 -1
.github/workflows/black.yml CHANGED
@@ -1,6 +1,10 @@
1
  name: Lint
2
 
3
- on: [push, pull_request]
 
 
 
 
4
 
5
  jobs:
6
  lint:
 
1
  name: Lint
2
 
3
+ on:
4
+ push:
5
+ branches: [main]
6
+ pull_request:
7
+ branches: [main]
8
 
9
  jobs:
10
  lint: