Run docs update workflow for pull requests too
Also run it only if any documentation-related files were modified.
This commit is contained in:
parent
f26d25fcb6
commit
dfb4a3bd02
1 changed files with 11 additions and 0 deletions
11
.github/workflows/docs_update.yml
vendored
11
.github/workflows/docs_update.yml
vendored
|
|
@ -4,6 +4,17 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '.github/workflows/docs_update.yml'
|
||||
- 'docs/**'
|
||||
- 'interface/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '.github/workflows/docs_update.yml'
|
||||
- 'docs/**'
|
||||
- 'interface/**'
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue