We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10949c8 commit ea0cfafCopy full SHA for ea0cfaf
1 file changed
.github/workflows/gh-pages-deploy.yaml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build:
13
- if: github.event.pull_request.merged == true
+ if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
14
15
runs-on: ubuntu-latest
16
0 commit comments