mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 11:29:56 +03:00
Merge pull request #10172 from iNavFlight/mmosca-patch-3
Only generate nightly build release if the change includes code.
This commit is contained in:
commit
e989f231ea
1 changed files with 8 additions and 0 deletions
8
.github/workflows/dev-builds.yml
vendored
8
.github/workflows/dev-builds.yml
vendored
|
@ -6,6 +6,14 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
|
- '.github/**'
|
||||||
|
- 'cmake/**'
|
||||||
|
- 'lib/**'
|
||||||
|
- 'docs/Settings.md'
|
||||||
|
- 'CMakeLists.txt'
|
||||||
|
- '*.sh'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue