restrict docs workflow to only run on docs change
This commit is contained in:
parent
ed5ee7badc
commit
9c9d435b04
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ name: Build and Deploy Antora Docs
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- "docs/**"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue