Spaces:
Running
Running
Husnain
commited on
Commit
•
1b7132b
1
Parent(s):
8e3cb30
📝 [Config] Enable cache in docker, and monitor more files in actions
Browse files
.github/workflows/sync_to_hf_space.yml
CHANGED
@@ -3,6 +3,8 @@ on:
|
|
3 |
push:
|
4 |
paths:
|
5 |
- "configs/info.json"
|
|
|
|
|
6 |
workflow_dispatch:
|
7 |
|
8 |
jobs:
|
|
|
3 |
push:
|
4 |
paths:
|
5 |
- "configs/info.json"
|
6 |
+
- "./Dockerfile"
|
7 |
+
- ".github/workflows/sync_to_hf_space.yml"
|
8 |
workflow_dispatch:
|
9 |
|
10 |
jobs:
|