Ignore document changes for Workflows

This commit is contained in:
Drashna Jael're
2021-12-07 10:12:25 -08:00
parent 68f0dc9b97
commit 6337fd6d3f
2 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
name: Lint Format
on: push
on:
push:
paths-ignore:
- '**.md'
jobs:
lint:

View File

@@ -2,8 +2,8 @@ name: Unit Tests
on:
push:
branches:
- 'firmware**'
paths-ignore:
- '**.md'
pull_request:
paths:
- 'builddefs/**'