Skip to content

Commit 532bb4a

Browse files
authored
[6184] Add workflow_dispatch trigger to publish workflow (#134)
1 parent 9e5d9f6 commit 532bb4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- main
6+
workflow_dispatch:
7+
68
permissions:
79
contents: write
810
jobs:

0 commit comments

Comments
 (0)