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