Add the CI github workflow

This commit is contained in:
2022-01-25 15:13:37 +01:00
parent 435d013d58
commit d133e01de0
6 changed files with 310 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Test and Package feature branchs
on:
push:
branches-ignore:
[main, develop]
jobs:
unit-test:
uses: Moderlab-Production/BlenderObjectType/.github/workflows/unit_test.yml@develop
generate-package:
uses: Moderlab-Production/BlenderObjectType/.github/workflows/package.yml@develop
with:
num_version: '0.0.0'
name_version: 'v0.0.0'