log-2022 #64

Merged
philipp merged 78 commits from log-2022 into main 2023-11-20 10:11:05 +01:00
Showing only changes of commit b0562299d6 - Show all commits

View File

@ -38,6 +38,7 @@ jobs:
deploy-staging: deploy-staging:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: rust:latest
needs: [build, test] needs: [build, test]
if: github.ref == 'refs/heads/staging' if: github.ref == 'refs/heads/staging'
steps: steps:
@ -72,6 +73,7 @@ jobs:
deploy-main: deploy-main:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: rust:latest
needs: [build, test] needs: [build, test]
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
steps: steps: