Skip to content

Commit

Permalink
Reenabled CI for master, moved to Godot 4.2b5
Browse files Browse the repository at this point in the history
  • Loading branch information
RodZill4 committed Nov 10, 2023
1 parent b112685 commit 1a2ac80
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/dev-desktop-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: "dev-desktop-builds"

on:
push:
branches: [ godot4 ]
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
inputs:
sign_macos:
Expand All @@ -13,8 +15,8 @@ on:

env:
GODOT_VERSION: 4.2
GODOT_SUB: beta4
GODOT_DOWNLOAD_DIR: https://github.com/godotengine/godot-builds/releases/download/4.2-beta4
GODOT_SUB: beta5
GODOT_DOWNLOAD_DIR: https://github.com/godotengine/godot-builds/releases/download/4.2-beta5
EXPORT_NAME: material_maker
MM_RELEASE: 1_4a1

Expand Down

0 comments on commit 1a2ac80

Please sign in to comment.