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

Merge pull request #6404 from nmaggioni/nm_ci_tests_ignore_docs

Do not run tests for docs-only PRs
This commit is contained in:
Konstantin Sharlaimov 2020-12-12 21:28:02 +01:00 committed by GitHub
commit bb98ecefdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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