Skip to content

Commit 4c6063a

Browse files
committed
pull_request -> workflow_dispatch
1 parent f316c1e commit 4c6063a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-publish-documentation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Publish downloadable documentation
33
on:
44
release:
55
types: [released]
6-
pull_request:
7-
branches: [main, fix-docbuild-zip]
6+
workflow_dispatch:
87

98
jobs:
109
build-and-publish-htmldocs:

0 commit comments

Comments
 (0)