Skip to content

Commit 856fede

Browse files
authored
add option to trigger release-assets workflow manually (#280)
2 parents 4438907 + 418fe49 commit 856fede

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-assets.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
types:
55
- created
66

7+
workflow_dispatch:
8+
79
env:
810
REGISTRY: ghcr.io
911
IMAGE_NAME: ${{ github.repository }}

0 commit comments

Comments
 (0)