Skip to content

Commit 22039ea

Browse files
committed
wip: test publish workflow
1 parent 53450bf commit 22039ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
release:
77
types:
88
- published
9+
pull_request:
910
workflow_dispatch:
1011

1112
jobs:
@@ -29,7 +30,6 @@ jobs:
2930
with:
3031
images: uatuko/ruek
3132
tags: |
32-
type=raw,value=latest,enable={{is_default_branch}}
3333
type=semver,pattern={{version}}
3434
type=semver,pattern={{major}}.{{minor}}
3535
type=semver,pattern={{major}}

0 commit comments

Comments
 (0)