From f6dd19224fa1d04072b3114b481c24dae59ccc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Maggioni?= Date: Sat, 12 Dec 2020 16:29:08 +0100 Subject: [PATCH] Do not run tests for docs-only PRs --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63362e6468..129a38e891 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: