mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-14 22:29:17 +08:00
gha: Add paths trigger
This commit is contained in:
parent
4530dcd167
commit
b8dd2848eb
8
.github/workflows/docker-image-ci.yml
vendored
8
.github/workflows/docker-image-ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user