Add paths-ignore for PR Build (#2017)

* Add paths-ignore for PR Build

* Update pr-examples-build.yml
This commit is contained in:
dengliming 2020-11-06 00:29:20 +08:00 committed by GitHub
parent 98ac11ce5a
commit 72c88b6116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,8 @@ on:
pull_request:
branches:
- master
paths-ignore:
- "**.md"
jobs:
build:

View File

@ -6,6 +6,7 @@ on:
- master
paths:
- 'examples/**'
- '!**.md'
jobs:
build:
name: Build