gha: Add paths trigger

This commit is contained in:
peaceiris 2019-09-22 16:14:23 +09:00
parent 4530dcd167
commit b8dd2848eb
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
name: docker image ci name: docker image ci
on: push on:
push:
paths:
- '**'
- '!LICENSE'
- '!README.md'
- '!images'
jobs: jobs:
test: test: