mirror of https://github.com/tiangolo/fastapi.git
👷 Always run tests on push to `master` branch and when run by scheduler (#14940)
This commit is contained in:
parent
c44158384c
commit
cf058239d1
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
test:
|
||||
needs:
|
||||
- changes
|
||||
if: needs.changes.outputs.src == 'true'
|
||||
if: needs.changes.outputs.src == 'true' || github.ref == 'refs/heads/master'
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ windows-latest, macos-latest ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue