Spaces:
Running
Running
fix[action]: branch for dev
Browse files
.github/workflows/push-to-hf-dev.yml
CHANGED
@@ -2,7 +2,7 @@ name: Sync to Hugging Face hub
|
|
2 |
|
3 |
on:
|
4 |
push:
|
5 |
-
branches: [
|
6 |
workflow_dispatch:
|
7 |
|
8 |
jobs:
|
|
|
2 |
|
3 |
on:
|
4 |
push:
|
5 |
+
branches: [dev]
|
6 |
workflow_dispatch:
|
7 |
|
8 |
jobs:
|