Joshua Sundance Bailey
commited on
Commit
•
d5a80d3
1
Parent(s):
e64429e
action
Browse files
.github/workflows/hf-space.yml
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
name: Push to HuggingFace Space
|
2 |
|
3 |
on:
|
|
|
|
|
4 |
workflow_dispatch:
|
5 |
|
6 |
jobs:
|
|
|
1 |
name: Push to HuggingFace Space
|
2 |
|
3 |
on:
|
4 |
+
push:
|
5 |
+
branches: [main]
|
6 |
workflow_dispatch:
|
7 |
|
8 |
jobs:
|