Skip to content

Commit c2bd6f2

Browse files
committed
Update workflow config. [skip travis]
1 parent 23c8841 commit c2bd6f2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ name: build
22
on:
33
push:
44
paths-ignore:
5+
- '.github/**'
6+
- '!.github/workflows/**'
7+
- '.travis.yml'
8+
- '.gitignore'
59
- 'docs/**'
610
- 'README.md'
711
- 'LICENSE'
8-
- '.travis.yml'
912
pull_request:
1013
paths:
1114
- "**"

0 commit comments

Comments
 (0)