Skip to content

Commit 03b0c8d

Browse files
committed
Support a manual trigger on CI workflow
1 parent 9a3acc0 commit 03b0c8d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CI
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67
schedule: [cron: "40 1 * * *"]
78

89
permissions:

.github/workflows/site.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- book/**
99
- .github/workflows/site.yml
10+
workflow_dispatch:
1011

1112
jobs:
1213
deploy:

0 commit comments

Comments
 (0)