chore: ignore markdown for cicd

This commit is contained in:
Jef LeCompte
2020-10-01 13:12:59 +00:00
parent 7ce6904887
commit 760d57b113
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@ on:
push:
branches:
- main
paths-ignore:
- '**.md'
jobs:
cd:
runs-on: ubuntu-latest