Run docs update workflow for pull requests too

Also run it only if any documentation-related files were modified.
This commit is contained in:
Vadim Zeitlin 2022-03-28 11:37:34 +02:00
parent f26d25fcb6
commit dfb4a3bd02

View File

@ -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: