Ignore document changes for Workflows
This commit is contained in:
5
.github/workflows/format_push.yaml
vendored
5
.github/workflows/format_push.yaml
vendored
@@ -1,6 +1,9 @@
|
|||||||
name: Lint Format
|
name: Lint Format
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
4
.github/workflows/unit_test.yml
vendored
4
.github/workflows/unit_test.yml
vendored
@@ -2,8 +2,8 @@ name: Unit Tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
paths-ignore:
|
||||||
- 'firmware**'
|
- '**.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'builddefs/**'
|
- 'builddefs/**'
|
||||||
|
|||||||
Reference in New Issue
Block a user