Ignore markdown files for github actions (#3676)

Signed-off-by: Chris Wayne <cwayne18@gmail.com>
pull/3669/head^2
Chris Wayne 2021-07-23 10:29:00 -04:00 committed by GitHub
parent b260d100f9
commit 71e1f1df8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,11 @@
name: cgroup2
on: [push, pull_request]
on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
build:
name: "Build"

View File

@ -1,5 +1,11 @@
name: Unit Test Coverage
on: [push, pull_request]
on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
test:
name: Unit Tests