mirror of
https://github.com/minecraft-linux/mcpelauncher-manifest
synced 2025-05-20 23:18:21 +00:00
11 lines
228 B
YAML
11 lines
228 B
YAML
name: ci
|
|
on:
|
|
push:
|
|
branches:
|
|
- ng
|
|
pull_request:
|
|
jobs:
|
|
linux:
|
|
uses: minecraft-linux/appimage-builder/.github/workflows/main.yml@main
|
|
macOS:
|
|
uses: minecraft-linux/macos-builder/.github/workflows/main.yml@main |