Update the github CI, set the repository has a public repo

This commit is contained in:
Aurelien Vaillant
2022-01-31 11:23:50 +01:00
parent 36f9c92aef
commit 378583e958
4 changed files with 11 additions and 11 deletions
+3 -2
View File
@@ -5,12 +5,13 @@ on:
branches-ignore:
[main, develop]
jobs:
unit-test:
uses: Moderlab-Production/BlenderTemplate/.github/workflows/unit_test.yml@develop
uses: Moderlab-Production/BlenderTemplate/.github/workflows/unit_test.yml@main
generate-package:
uses: Moderlab-Production/BlenderTemplate/.github/workflows/package.yml@develop
uses: Moderlab-Production/BlenderTemplate/.github/workflows/package.yml@main
with:
num_version: '0.0.0'
name_version: 'v0.0.0'