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