Fit into Github Actions syntax.
This commit is contained in:
parent
9936e2bb26
commit
b6882e8f5a
|
@ -1,9 +1,8 @@
|
||||||
name: "Build FBX2GLTF for Windows 10."
|
name: "Build FBX2GLTF for Windows 10."
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
|
||||||
steps:
|
steps:
|
||||||
- name: install conan
|
- name: install conan
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue