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