builds godot
include navigation and svg
| -rw-r--r-- | .github/custom.py | 2 | ||||
| -rw-r--r-- | .github/workflows/build.yml | 6 | ||||
| -rwxr-xr-x[-rw-r--r--] | LICENSE | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | README.md | 0 |
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 |