chore(pipeline): reduce false-positive during ci/cd

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-10-09 16:51:57 -05:00
parent e7592db963
commit 4192b7108e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ on:
push:
branches:
- main
paths-ignore:
- '**.md'
paths:
- '!**.md'
jobs:
cd:
runs-on: ubuntu-latest
+2 -2
View File
@@ -3,8 +3,8 @@ on:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
paths:
- '!**.md'
jobs:
build-lint:
runs-on: ubuntu-latest