builds godot
Diffstat (limited to '.github/workflows/build-3.5-normal.yml')
-rw-r--r--.github/workflows/build-3.5-normal.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/workflows/build-3.5-normal.yml b/.github/workflows/build-3.5-normal.yml
new file mode 100644
index 0000000..d129aa1
--- /dev/null
+++ b/.github/workflows/build-3.5-normal.yml
@@ -0,0 +1,20 @@
+name: Build godot 3.5 stable (normal)
+
+on:
+ workflow_dispatch:
+ push:
+ branches:
+ - main
+ paths:
+ - .github/normal*.py
+ - "**.yml"
+
+jobs:
+ build:
+ name: Build
+ uses: bend-n/godot-builds/.github/workflows/reusable-build.yml@main
+ with:
+ ref: 3.5-stable
+ name: godot
+ modules-url: https://raw.githubusercontent.com/bend-n/godot-builds/main/.github/normal-build-modules.py
+ secrets: inherit