We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929cbf6 commit 5afaf39Copy full SHA for 5afaf39
.github/workflows/build.yml
@@ -3,11 +3,15 @@ on:
3
paths:
4
- .github/workflows/build.yml
5
- src/**
6
+ - src-server/**
7
+ - src-client/**
8
- xmake.lua
9
push:
10
11
12
13
14
15
16
branches:
17
- '**'
.github/workflows/sync_translation.yml
@@ -1,6 +1,6 @@
1
on:
2
schedule:
- - cron: 0 * * * *
+ - cron: 0 6 * * *
workflow_dispatch:
permissions:
0 commit comments