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

Change actions

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -57,7 +57,7 @@ jobs:
57
 
58
  DeployProd:
59
  name: Deploy to Production
60
- needs: [DeployStaging]
61
  runs-on: ubuntu-latest
62
  environment:
63
  name: Production
 
57
 
58
  DeployProd:
59
  name: Deploy to Production
60
+ needs: [DeployDev]
61
  runs-on: ubuntu-latest
62
  environment:
63
  name: Production