add Workflow
Build TorchCS / build (push) Successful in 47s

This commit is contained in:
2026-05-18 02:29:19 +02:00
parent fb21a8da4e
commit 1b461d9a07
+14
View File
@@ -0,0 +1,14 @@
name: Build TorchCS
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: echo "Build läuft!"