Skip to content

Commit 5bcf799

Browse files
committed
docs: allow the github action to be run on demand
1 parent 2cd031b commit 5bcf799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches: [ 'main', 'doc_*' ]
55
release:
66
types: [ 'published' ]
7+
workflow_dispatch:
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)