Update build.yml
This commit is contained in:
parent
574bb2138f
commit
8b49ca17af
|
@ -1,5 +1,9 @@
|
|||
name: "Build FBX2GLTF"
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'releases/**'
|
||||
|
||||
concurrency:
|
||||
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-build
|
||||
|
|
Loading…
Reference in New Issue