Only run docs workflow on master branch pushes
This shouldn't be run for PRs.
This commit is contained in:
parent
0e107b72ab
commit
18a679ce68
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
|
@ -4,13 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
# Run when pushing version tags, since otherwise it's impossible to
|
||||
# restart a successful build after pushing a tag
|
||||
- '*.*.*'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
Loading…
Reference in a new issue