Skip to content

Commit

Permalink
Revert "Add workflow_dispatch to actions"
Browse files Browse the repository at this point in the history
This reverts commit cc21103.
  • Loading branch information
kabilar committed Jan 24, 2025
1 parent 122f3d4 commit bdb413b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build MkDocs
on:
push:
pull_request:
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publishdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit bdb413b

Please sign in to comment.