mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 22:56:54 +08:00
gha: Add pull_request trigger, close #32
This commit is contained in:
parent
6b5fd85f5d
commit
2cc02d4c13
3
.github/workflows/docker-image-ci.yml
vendored
3
.github/workflows/docker-image-ci.yml
vendored
@ -1,9 +1,12 @@
|
|||||||
name: docker image ci
|
name: docker image ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize]
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '**'
|
- '**'
|
||||||
|
- '.**'
|
||||||
- '!LICENSE'
|
- '!LICENSE'
|
||||||
- '!README.md'
|
- '!README.md'
|
||||||
- '!images'
|
- '!images'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user