mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-24 08:16:11 -04:00
💚 Only build docs on push when on master to avoid duplicate runs from PRs (#4564)
This commit is contained in:
committed by
GitHub
parent
b93f8a709a
commit
6034f80687
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: Build Docs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user