Update build.yml
This commit is contained in:
parent
ea21eb55d7
commit
300b8f2dba
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -3,6 +3,14 @@ name: Build
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
branches:
|
||||
- "*"
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
build_windows:
|
||||
name: Build OpenStarbound Windows x64
|
||||
|
Loading…
x
Reference in New Issue
Block a user