Skip to content

Commit 2192b2b

Browse files
committed
[workflows] Fix publish-website workflow dispatch
s/workflow_call/workflow_dispatch/, and also give it a better name
1 parent 02969ee commit 2192b2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: Publish Website
1+
name: publish-website
22
on:
3-
workflow_call:
3+
workflow_dispatch:
44

55
permissions:
66
id-token: write

0 commit comments

Comments
 (0)