push
Some checks reported warnings
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled
CI/CD Pipeline / test (push) Has been cancelled

This commit is contained in:
philipp 2023-11-18 22:35:25 +01:00
parent 8251d3b648
commit b0562299d6

View File

@ -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: