Ignore markdown files for github actions (#3676)

Signed-off-by: Chris Wayne <cwayne18@gmail.com>
pull/3669/head^2
Chris Wayne 3 years ago committed by GitHub
parent b260d100f9
commit 71e1f1df8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -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

Loading…
Cancel
Save