Skip to content

Commit 0499f70

Browse files
committed
Revert "Add workflow_dispatch to actions"
This reverts commit cc21103.
1 parent 52baa4a commit 0499f70

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build-docs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Build MkDocs
22
on:
33
push:
44
pull_request:
5-
workflow_dispatch:
65

76
jobs:
87
build:

.github/workflows/publishdocs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- master
6-
workflow_dispatch:
76

87
jobs:
98
build:

0 commit comments

Comments
 (0)