Skip to content

Commit 5afaf39

Browse files
committed
chore(ci): add trigger paths for build.yml
chore(ci): sync translation at 6 a.m.
1 parent 929cbf6 commit 5afaf39

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ on:
33
paths:
44
- .github/workflows/build.yml
55
- src/**
6+
- src-server/**
7+
- src-client/**
68
- xmake.lua
79
push:
810
paths:
911
- .github/workflows/build.yml
1012
- src/**
13+
- src-server/**
14+
- src-client/**
1115
- xmake.lua
1216
branches:
1317
- '**'

.github/workflows/sync_translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
schedule:
3-
- cron: 0 * * * *
3+
- cron: 0 6 * * *
44
workflow_dispatch:
55

66
permissions:

0 commit comments

Comments
 (0)