Commit d495149
committed
ci(docs[workflow_dispatch]) Always publish on manual trigger
why: workflow_dispatch has no push diff so dorny/paths-filter sees
no changed files, leaving PUBLISH unset and all build steps skipped.
what:
- Add github.event_name == 'workflow_dispatch' to Should publish
condition so manual runs always build and deploy docs1 parent a2818b3 commit d495149
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments