cccmatthew commited on
Commit
5c86508
1 Parent(s): 4752737

Change envs

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -3
.github/workflows/main.yml CHANGED
@@ -35,9 +35,8 @@ jobs:
35
  run: |
36
  python3 inference.py
37
 
38
- DeployStaging:
39
- name: Deploy to Staging
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: