Skip to content

Commit

Permalink
github: add workflow_dispatch to gh-pages
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
  • Loading branch information
zchee committed Jan 19, 2024
1 parent f8f8e8f commit 66eca74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: gh-pages
on:
push:
branches:
- master
- master
workflow_dispatch:

jobs:
gh-pages:
Expand Down

0 comments on commit 66eca74

Please sign in to comment.