Skip to content

Commit 17b344f

Browse files
committed
ci: Fix Docker Publish on configuration
on: Previously accidentally `pull_request` an array instead of putting that array in the `types`. Silly me.
1 parent 72daf2e commit 17b344f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ on:
88
tags:
99
- v**
1010
pull_request:
11-
- opened
12-
- reopened
11+
types:
12+
- opened
13+
- reopened
1314

1415
jobs:
1516
# test:

0 commit comments

Comments
 (0)