Update build.yml

This commit is contained in:
K. S. Ernest (iFire) Lee 2022-03-30 06:07:07 -07:00 committed by GitHub
parent 574bb2138f
commit 8b49ca17af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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