Run docs update workflow for pull requests too
Also run it only if any documentation-related files were modified.
This commit is contained in:
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:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user