[skip ci] skip build workflows if only Markdown files are modified

This commit is contained in:
arkon 2022-01-20 11:02:38 -05:00
parent 616f8a2db2
commit 5e94b6dc08
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@ name: PR build check
on: on:
pull_request: pull_request:
paths-ignore:
- '**.md'
jobs: jobs:
check_wrapper: check_wrapper:

View File

@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- master - master
paths-ignore:
- '**.md'
jobs: jobs:
check_wrapper: check_wrapper: