Update workflow config. [skip travis]
This commit is contained in:
parent
ce7c576c3a
commit
d587ba5d23
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
- "**"
|
||||
|
|
Loading…
Reference in a new issue