Add Actions #2

Merged
Moritz merged 5 commits from testWorkflows into main 2025-06-17 09:12:29 +02:00
Showing only changes of commit 08cc6cea0f - Show all commits

View File

@@ -1,6 +1,12 @@
name: Test FastAPI Startup
on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
fastapi-up: