Spaces:
Running
Running
Paul-Edouard Sarlin
commited on
Fix CI
Browse files
.github/workflows/code-quality.yml
CHANGED
@@ -2,7 +2,7 @@ name: Format and Lint
|
|
2 |
on:
|
3 |
push:
|
4 |
branches:
|
5 |
-
-
|
6 |
paths:
|
7 |
- '*.py'
|
8 |
- '*.ipynb'
|
|
|
2 |
on:
|
3 |
push:
|
4 |
branches:
|
5 |
+
- main
|
6 |
paths:
|
7 |
- '*.py'
|
8 |
- '*.ipynb'
|