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