github-ci: don't run builds on PR if only docs changed

pull/12749/head
Jason Ish 5 months ago committed by Victor Julien
parent ed30e95a09
commit 3658d502ff

@ -7,6 +7,10 @@ on:
# modified.
- "doc/**"
pull_request:
paths-ignore:
# Don't run this workflow if only files under doc/ have been
# modified.
- "doc/**"
workflow_dispatch:
inputs:
LIBHTP_REPO:

Loading…
Cancel
Save