mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-27 15:44:12 +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:
|
||||
push:
|
||||
paths: [ '.github/scripts','.github/workflows/build.yml','py/**']
|
||||
paths: [ '.github/scripts/**','.github/workflows/build.yml','py/**']
|
||||
pull_request:
|
||||
paths: [ '.github/scripts','.github/workflows/build.yml','py/**']
|
||||
paths: [ '.github/scripts/**','.github/workflows/build.yml','py/**']
|
||||
|
||||
jobs:
|
||||
buildluna:
|
||||
|
5
.github/workflows/buildlunahook.yml
vendored
5
.github/workflows/buildlunahook.yml
vendored
@ -1,9 +1,6 @@
|
||||
name: buildlunahook
|
||||
on:
|
||||
push:
|
||||
paths: [ '.github/scripts','.github/workflows/buildlunahook.yml','cpp/LunaHook/**']
|
||||
pull_request:
|
||||
paths: [ '.github/scripts','.github/workflows/buildlunahook.yml','cpp/LunaHook/**']
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
build_xp:
|
||||
|
Loading…
x
Reference in New Issue
Block a user