mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 13:36:41 +00:00
💚 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 changed files with 2 additions and 0 deletions
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
|
|
@ -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 a new issue