Skip to content

Commit 2cc02d4

Browse files
committed
gha: Add pull_request trigger, close #32
1 parent 6b5fd85 commit 2cc02d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: docker image ci
22

33
on:
4+
pull_request:
5+
types: [opened, synchronize]
46
push:
57
paths:
68
- '**'
9+
- '.**'
710
- '!LICENSE'
811
- '!README.md'
912
- '!images'

0 commit comments

Comments
 (0)