mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
actions
This commit is contained in:
parent
30c60e5795
commit
1a1e4fdbed
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -2,9 +2,9 @@ name: build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: [ '.github/scripts','.github/workflows/build.yml','py/**']
|
paths: [ '.github/scripts/**','.github/workflows/build.yml','py/**']
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: [ '.github/scripts','.github/workflows/build.yml','py/**']
|
paths: [ '.github/scripts/**','.github/workflows/build.yml','py/**']
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
buildluna:
|
buildluna:
|
||||||
|
5
.github/workflows/buildlunahook.yml
vendored
5
.github/workflows/buildlunahook.yml
vendored
@ -1,9 +1,6 @@
|
|||||||
name: buildlunahook
|
name: buildlunahook
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_call:
|
||||||
paths: [ '.github/scripts','.github/workflows/buildlunahook.yml','cpp/LunaHook/**']
|
|
||||||
pull_request:
|
|
||||||
paths: [ '.github/scripts','.github/workflows/buildlunahook.yml','cpp/LunaHook/**']
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_xp:
|
build_xp:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user