Skip to content

Commit 2bf1132

Browse files
committed
github: enable manual workflows
Enable manual triggering of specific GitHub workflows. Signed-off-by: Paul Moore <[email protected]>
1 parent 9a24f75 commit 2bf1132

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/checkers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
name: Content Checking
9-
on: ["push", "pull_request"]
9+
on: ["push", "pull_request", "workflow_dispatch"]
1010

1111
jobs:
1212
codespell:

.github/workflows/epub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
name: EPUB build
9-
on: ["push", "pull_request"]
9+
on: ["push", "pull_request", "workflow_dispatch"]
1010

1111
jobs:
1212
epub:

.github/workflows/html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
name: HTML build
9-
on: ["push", "pull_request"]
9+
on: ["push", "pull_request", "workflow_dispatch"]
1010

1111
jobs:
1212
html:

.github/workflows/pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
name: PDF build
9-
on: ["push", "pull_request"]
9+
on: ["push", "pull_request", "workflow_dispatch"]
1010

1111
jobs:
1212
pdf:

0 commit comments

Comments
 (0)