ci: Fix Docker Publish on configuration

on: Previously accidentally `pull_request` an array instead of putting that array in the `types`. Silly me.
This commit is contained in:
tecc 2022-12-04 06:39:22 +01:00
parent 72daf2eaaf
commit 17b344f3eb
No known key found for this signature in database
GPG Key ID: 400AAD881FCC028B

View File

@ -8,8 +8,9 @@ on:
tags:
- v**
pull_request:
- opened
- reopened
types:
- opened
- reopened
jobs:
# test: