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
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…
Reference in New Issue
Block a user