log-2022 #63

Merged
philipp merged 29 commits from log-2022 into staging 2023-11-19 22:21:48 +01:00
Showing only changes of commit 5cc08d657d - Show all commits

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: