mirror of https://github.com/tiangolo/fastapi.git
💚 Only build docs on push when on master to avoid duplicate runs from PRs (#4564)
This commit is contained in:
parent
b93f8a709a
commit
6034f80687
|
|
@ -1,6 +1,8 @@
|
|||
name: Build Docs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue