builds godot
Diffstat (limited to '.github/workflows/build-3.5.x-normal.yml')
-rw-r--r--.github/workflows/build-3.5.x-normal.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/workflows/build-3.5.x-normal.yml b/.github/workflows/build-3.5.x-normal.yml
new file mode 100644
index 0000000..643c908
--- /dev/null
+++ b/.github/workflows/build-3.5.x-normal.yml
@@ -0,0 +1,24 @@
+name: Build godot 3.5.x (normal)
+
+on:
+ workflow_dispatch:
+ schedule:
+ - cron: "0 0 * * *"
+ push:
+ branches:
+ - main
+ paths:
+ - .github/normal*.py
+ - .github/workflows/build-3.5-normal.yml
+ - Dockerfile
+
+jobs:
+ build:
+ name: Build
+ uses: bend-n/godot-builds/.github/workflows/reusable-build.yml@main
+ with:
+ ref: 3.5
+ name: godot
+ build-name: normal
+ modules-path: ./.github/normal-build-modules.py
+ secrets: inherit