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
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
4
.github/workflows/unit_test.yml
vendored
4
.github/workflows/unit_test.yml
vendored
@@ -2,8 +2,8 @@ name: Unit Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'firmware**'
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'builddefs/**'
|
||||
|
||||
Reference in New Issue
Block a user