Spaces:
Sleeping
Sleeping
pannman
commited on
Commit
·
eec7a18
1
Parent(s):
2823704
fix github actions
Browse files
.github/workflows/pysen-python-app.yaml
CHANGED
@@ -2,10 +2,11 @@ name: Python application
|
|
2 |
|
3 |
on:
|
4 |
push:
|
|
|
5 |
pull_request:
|
6 |
|
7 |
permissions:
|
8 |
-
contents:
|
9 |
|
10 |
jobs:
|
11 |
build:
|
|
|
2 |
|
3 |
on:
|
4 |
push:
|
5 |
+
branches: ["main", "develop"]
|
6 |
pull_request:
|
7 |
|
8 |
permissions:
|
9 |
+
contents: write
|
10 |
|
11 |
jobs:
|
12 |
build:
|