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:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "docs/**"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue