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: