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