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 name: Lint Format
on: push on:
push:
paths-ignore:
- '**.md'
jobs: jobs:
lint: lint:

View File

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