Spaces:
Runtime error
Runtime error
geekyrakshit
commited on
Commit
β’
223b284
1
Parent(s):
20da890
updated workflow
Browse files- .github/workflows/sync_with_space.yml +2 -0
- README.md +2 -2
.github/workflows/sync_with_space.yml
CHANGED
@@ -2,6 +2,8 @@ name: Sync to Hugging Face hub
|
|
2 |
on:
|
3 |
push:
|
4 |
branches: [main]
|
|
|
|
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
|
|
2 |
on:
|
3 |
push:
|
4 |
branches: [main]
|
5 |
+
pull_request:
|
6 |
+
branches: [main]
|
7 |
|
8 |
# to run this workflow manually from the Actions tab
|
9 |
workflow_dispatch:
|
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
title: Enhance Me
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: streamlit
|
7 |
app_file: app.py
|
8 |
pinned: false
|
|
|
1 |
---
|
2 |
title: Enhance Me
|
3 |
emoji: π
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: blue
|
6 |
sdk: streamlit
|
7 |
app_file: app.py
|
8 |
pinned: false
|