mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-11-29 09:30:21 +08:00
15 lines
No EOL
335 B
YAML
15 lines
No EOL
335 B
YAML
name: Build
|
|
|
|
# on:
|
|
# push:
|
|
# paths: [ '.github/workflows/build.yml','.github/workflows/buildluna.yml','src/**']
|
|
# pull_request:
|
|
# paths: [ '.github/workflows/build.yml','.github/workflows/buildluna.yml','src/**']
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
buildluna:
|
|
uses: ./.github/workflows/buildluna.yml
|
|
secrets: inherit |