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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "*"
|
||||||
|
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_windows:
|
build_windows:
|
||||||
name: Build OpenStarbound Windows x64
|
name: Build OpenStarbound Windows x64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user