only build docs when docs change

This commit is contained in:
Bryton Hall 2022-08-28 23:54:59 -04:00
parent 935915ca2d
commit ccfc05d200

View file

@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- main - main
paths:
- 'docs/**'
pull_request: pull_request:
jobs: jobs: