builds godot
Diffstat (limited to '.github/workflows/build-3.5.stable-normal.yml')
-rw-r--r--.github/workflows/build-3.5.stable-normal.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/workflows/build-3.5.stable-normal.yml b/.github/workflows/build-3.5.stable-normal.yml
new file mode 100644
index 0000000..160d7c7
--- /dev/null
+++ b/.github/workflows/build-3.5.stable-normal.yml
@@ -0,0 +1,22 @@
+name: Build godot 3.5.stable (normal)
+
+on:
+ workflow_dispatch:
+ 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-stable
+ name: godot
+ build-name: normal
+ modules-path: ./.github/normal-build-modules.py
+ secrets: inherit