mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-24 04:22:39 +00:00
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -1,16 +1,16 @@
|
||||
name: CI
|
||||
name: CI Ubuntu 18.04
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
branches: [ ubuntu_18.04 ]
|
||||
pull_request:
|
||||
branches: [ develop ]
|
||||
branches: [ ubuntu_18.04 ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: build-linux
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user