Skip to content

Commit

Permalink
ci: Fix Docker Publish on configuration
Browse files Browse the repository at this point in the history
on: Previously accidentally `pull_request` an array instead of putting that array in the `types`. Silly me.
  • Loading branch information
tecc committed Dec 4, 2022
1 parent 72daf2e commit 17b344f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
tags:
- v**
pull_request:
- opened
- reopened
types:
- opened
- reopened

jobs:
# test:
Expand Down

0 comments on commit 17b344f

Please sign in to comment.