mirror of https://github.com/openclaw/openclaw.git
fix(ci): trigger control ui locale refresh on main changes
This commit is contained in:
parent
1840611fe6
commit
79e5101a88
|
|
@ -1,6 +1,15 @@
|
|||
name: Control UI Locale Refresh
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- ui/src/i18n/locales/en.ts
|
||||
- ui/src/i18n/lib/types.ts
|
||||
- scripts/control-ui-i18n.ts
|
||||
- package.json
|
||||
- .github/workflows/control-ui-locale-refresh.yml
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
|
|
|||
Loading…
Reference in New Issue