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: on:
push: push:
paths-ignore: paths-ignore:
- '.github/**'
- '!.github/workflows/**'
- '.travis.yml'
- '.gitignore'
- 'docs/**' - 'docs/**'
- 'README.md' - 'README.md'
- 'LICENSE' - 'LICENSE'
- '.travis.yml'
pull_request: pull_request:
paths: paths:
- "**" - "**"