staging #169

Merged
philipp merged 83 commits from staging into main 2024-01-19 07:43:06 +01:00
Showing only changes of commit 0b7711ed91 - Show all commits

View File

@ -1,6 +1,12 @@
name: CI/CD Pipeline
on: push
on:
workflow_call:
inputs:
rust-version:
type: string
required: false
default: nightly
env:
CARGO_TARGET: x86_64-unknown-linux-musl