Skip to content

Commit 6e47248

Browse files
Copilothawkeyexl
andcommitted
Add workflow_dispatch trigger to publish and preview workflows
Co-authored-by: hawkeyexl <5209367+hawkeyexl@users.noreply.github.com>
1 parent 5adf0dc commit 6e47248

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/preview-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Preview docs
22

3-
on: pull_request
3+
on:
4+
pull_request:
5+
workflow_dispatch:
46

57
jobs:
68
preview:

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
jobs:
910
publish:

0 commit comments

Comments
 (0)