Only run tests on pull requests
All checks were successful
Test FastAPI Startup / fastapi-up (pull_request) Successful in 17s
All checks were successful
Test FastAPI Startup / fastapi-up (pull_request) Successful in 17s
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
name: Test FastAPI Startup
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
fastapi-up:
|
||||
|
||||
Reference in New Issue
Block a user