mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
12 lines
247 B
YAML
12 lines
247 B
YAML
name: build
|
|
|
|
on:
|
|
push:
|
|
paths: [ '.github/scripts','.github/workflows/build.yml','py/**']
|
|
pull_request:
|
|
paths: [ '.github/scripts','.github/workflows/build.yml','py/**']
|
|
|
|
jobs:
|
|
buildluna:
|
|
uses: ./.github/workflows/buildluna.yml
|
|
|