mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-21 23:35:30 +03:00
Merge pull request #6403 from nmaggioni/nm_settings_md_update
Trigger docs CI on PRs
This commit is contained in:
commit
e2bfee4270
2 changed files with 7 additions and 3 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
@ -1,5 +1,9 @@
|
|||
name: Make sure docs are updated
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- src/main/fc/settings.yaml
|
||||
- docs/Settings.md
|
||||
push:
|
||||
paths:
|
||||
- src/main/fc/settings.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue