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
|
name: Build Docs
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize]
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue