Spaces:
Runtime error
Runtime error
Commit ·
5c86508
1
Parent(s): 4752737
Change envs
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -35,9 +35,8 @@ jobs:
|
|
| 35 |
run: |
|
| 36 |
python3 inference.py
|
| 37 |
|
| 38 |
-
|
| 39 |
-
name: Deploy to
|
| 40 |
-
if: github.event.ref == 'refs/head/main'
|
| 41 |
needs: [Build]
|
| 42 |
runs-on: ubuntu-latest
|
| 43 |
environment:
|
|
|
|
| 35 |
run: |
|
| 36 |
python3 inference.py
|
| 37 |
|
| 38 |
+
DeployDev:
|
| 39 |
+
name: Deploy to Development
|
|
|
|
| 40 |
needs: [Build]
|
| 41 |
runs-on: ubuntu-latest
|
| 42 |
environment:
|