gha: Add paths trigger
This commit is contained in:
parent
4530dcd167
commit
b8dd2848eb
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue