Skip to content

Commit ea0cfaf

Browse files
committed
fix: allow workflow_dispatch to trigger GitHub Pages deploy
1 parent 10949c8 commit ea0cfaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
if: github.event.pull_request.merged == true
13+
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
1414

1515
runs-on: ubuntu-latest
1616

0 commit comments

Comments
 (0)