1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 03:19:58 +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:
Marcelo Bezerra 2024-06-22 15:58:36 +02:00 committed by GitHub
commit e989f231ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,14 @@ on:
push:
branches:
- master
paths:
- 'src/**'
- '.github/**'
- 'cmake/**'
- 'lib/**'
- 'docs/Settings.md'
- 'CMakeLists.txt'
- '*.sh'
jobs:
build: