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. # modified.
- "doc/**" - "doc/**"
pull_request: pull_request:
paths-ignore:
# Don't run this workflow if only files under doc/ have been
# modified.
- "doc/**"
workflow_dispatch: workflow_dispatch:
inputs: inputs:
LIBHTP_REPO: LIBHTP_REPO:

Loading…
Cancel
Save