Spaces:
Sleeping
Sleeping
Charles Azam
commited on
Commit
·
a2f8421
1
Parent(s):
4fbfc2b
feat: run pipeline on all commits
Browse files
.github/workflows/pipeline.yml
CHANGED
@@ -2,8 +2,6 @@ name: Python CI
|
|
2 |
|
3 |
on:
|
4 |
push:
|
5 |
-
branches:
|
6 |
-
- main # only on main branch, I am paying for this!
|
7 |
|
8 |
jobs:
|
9 |
test:
|
|
|
2 |
|
3 |
on:
|
4 |
push:
|
|
|
|
|
5 |
|
6 |
jobs:
|
7 |
test:
|