builds godot
include navigation and svg
bendn 2022-07-22
parent c29cb6d · commit cc16a4c
-rw-r--r--.github/custom.py2
-rw-r--r--.github/workflows/build.yml6
-rwxr-xr-x[-rw-r--r--]LICENSE0
-rwxr-xr-x[-rw-r--r--]README.md0
4 files changed, 5 insertions, 3 deletions
diff --git a/.github/custom.py b/.github/custom.py
index 5fa7015..2502a1c 100644
--- a/.github/custom.py
+++ b/.github/custom.py
@@ -13,8 +13,6 @@ module_jpg_enabled = "no"
module_jsonrpc_enabled = "no"
module_lightmapper_cpu_enabled = "no"
module_mobile_vr_enabled = "no"
-module_navigation_enabled = "no"
-module_svg_enabled = "no"
module_theora_enabled = "no"
module_upnp_enabled = "no"
module_vhacd_enabled = "no"
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0e1a166..fbed5b9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,10 @@
name: Build godot 2d
-on: workflow_dispatch
+on:
+ workflow_dispatch:
+ push:
+ branches:
+ - main
env:
branch: 3.x
diff --git a/LICENSE b/LICENSE
index 9a9763e..9a9763e 100644..100755
--- a/LICENSE
+++ b/LICENSE
diff --git a/README.md b/README.md
index 66f65e7..66f65e7 100644..100755
--- a/README.md
+++ b/README.md