Only build docs on push when docs are updated

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2023-10-27 15:49:23 -06:00
parent f1d45d2a0c
commit a2b353af56

View File

@@ -6,6 +6,8 @@ on:
branches: branches:
- main - main
- development - development
paths:
- 'userdocs/**'
pull_request: pull_request:
branches: branches:
- main - main