forked from Ruderverein-Donau-Linz/rowt
		
	push
This commit is contained in:
		| @@ -38,6 +38,7 @@ jobs: | ||||
|  | ||||
|   deploy-staging: | ||||
|     runs-on: ubuntu-latest | ||||
|     container: rust:latest | ||||
|     needs: [build, test] | ||||
|     if: github.ref == 'refs/heads/staging' | ||||
|     steps: | ||||
| @@ -72,6 +73,7 @@ jobs: | ||||
|  | ||||
|   deploy-main: | ||||
|     runs-on: ubuntu-latest | ||||
|     container: rust:latest | ||||
|     needs: [build, test] | ||||
|     if: github.ref == 'refs/heads/main' | ||||
|     steps: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user