1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 01:05:21 +03:00

Do not run tests for docs-only PRs

This commit is contained in:
Niccolò Maggioni 2020-12-12 16:29:08 +01:00
parent 828a9e98bf
commit f6dd19224f
No known key found for this signature in database
GPG key ID: 4874B0C841E33264

View file

@ -2,7 +2,10 @@ name: Build firmware
# Don't enable CI on push, just on PR. If you
# are working on the main repo and want to trigger
# a CI build submit a draft PR.
on: pull_request
on:
pull_request:
paths-ignore:
- 'docs/**'
jobs:
build: