Browse Source

💚 Only build docs on push when on master to avoid duplicate runs from PRs (#4564)

pull/4567/head
Sebastián Ramírez 3 years ago
committed by GitHub
parent
commit
6034f80687
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-docs.yml

2
.github/workflows/build-docs.yml

@ -1,6 +1,8 @@
name: Build Docs
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
jobs:

Loading…
Cancel
Save