We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5452f commit 179af46Copy full SHA for 179af46
1 file changed
.github/workflows/publish-documentation.yml
@@ -1,11 +1,7 @@
1
name: 'Publish documentation'
2
3
on:
4
- workflow_run:
5
- workflows: ['build']
6
-
7
- types:
8
- - completed
+ workflow_dispatch:
9
10
permissions:
11
actions: read
0 commit comments