Skip to content

Commit 9e599e8

Browse files
committed
fix: restore workflow_dispatch
1 parent b32a8a4 commit 9e599e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-website-cfpages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
- main
88
paths:
99
- 'website/**'
10-
10+
workflow_dispatch:
11+
1112
jobs:
1213
deploy:
1314
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)