Skip to content

Commit 998addc

Browse files
authored
chore: Add workflow_dispatch trigger to publish workflow
1 parent cfbd3b2 commit 998addc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
push:
77
tags:
88
- "v*"
9-
9+
workflow_dispatch:
10+
1011
permissions:
1112
id-token: write # Required for OIDC
1213
contents: read

0 commit comments

Comments
 (0)