push
This commit is contained in:
parent
8251d3b648
commit
b0562299d6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user