mirror of
https://github.com/fastapi/fastapi.git
synced 2026-07-01 18:46:45 -04:00
👷 Simplify pull request workflow triggers (#15836)
This commit is contained in:
committed by
GitHub
parent
3f28dbe6d8
commit
82c527e714
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -5,9 +5,6 @@ on:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
schedule:
|
||||
# cron every week on monday
|
||||
- cron: "0 0 * * 1"
|
||||
|
||||
Reference in New Issue
Block a user