Skip to content

Commit e264e29

Browse files
authored
Allow CI build to be manually triggered
1 parent 17ec592 commit e264e29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bookdown.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8-
8+
workflow_dispatch:
9+
910
concurrency:
1011
group: "pages"
1112
cancel-in-progress: false

0 commit comments

Comments
 (0)