push
This commit is contained in:
		@@ -39,7 +39,7 @@ jobs:
 | 
			
		||||
  deploy-staging:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    container: rust:latest
 | 
			
		||||
    needs: [build, test]
 | 
			
		||||
    needs: [test]
 | 
			
		||||
    if: github.ref == 'refs/heads/staging'
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Setup Environment
 | 
			
		||||
@@ -74,7 +74,7 @@ jobs:
 | 
			
		||||
  deploy-main:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    container: rust:latest
 | 
			
		||||
    needs: [build, test]
 | 
			
		||||
    needs: [test]
 | 
			
		||||
    if: github.ref == 'refs/heads/main'
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Setup Environment
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user