Update workflow config. [skip travis]

This commit is contained in:
Cotes Chung 2020-02-23 23:27:58 +08:00
parent ce7c576c3a
commit d587ba5d23
1 changed files with 4 additions and 1 deletions

View File

@ -2,10 +2,13 @@ name: build
on:
push:
paths-ignore:
- '.github/**'
- '!.github/workflows/**'
- '.travis.yml'
- '.gitignore'
- 'docs/**'
- 'README.md'
- 'LICENSE'
- '.travis.yml'
pull_request:
paths:
- "**"