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: push:
branches: branches:
- main - main
paths-ignore: paths:
- '**.md' - '!**.md'
jobs: jobs:
cd: cd:
runs-on: ubuntu-latest runs-on: ubuntu-latest
+2 -2
View File
@@ -3,8 +3,8 @@ on:
pull_request: pull_request:
branches: branches:
- main - main
paths-ignore: paths:
- '**.md' - '!**.md'
jobs: jobs:
build-lint: build-lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest