Run action on every branch

This commit is contained in:
2025-06-16 15:39:34 +02:00
parent ac7dd3fe07
commit 821ae31289

View File

@@ -2,11 +2,9 @@ name: Test FastAPI Startup
on:
push:
branches:
- main
branches: *
pull_request:
branches:
- main
branches: *
jobs:
fastapi-up: