Spaces:
Runtime error
Runtime error
Deploy HuggingChat changes manually only (#993)
Browse files
.github/workflows/deploy-release.yml
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
name: Deploy to production
|
2 |
on:
|
3 |
-
|
4 |
-
types: [released]
|
5 |
-
|
6 |
-
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
8 |
|
9 |
jobs:
|
|
|
1 |
name: Deploy to production
|
2 |
on:
|
3 |
+
# run this workflow manually from the Actions tab
|
|
|
|
|
|
|
4 |
workflow_dispatch:
|
5 |
|
6 |
jobs:
|