This commit is contained in:
MihailRis
2025-12-08 19:21:49 +03:00
committed by ShiftyX1
parent 6bd1103f88
commit 2c1d783e0c
5 changed files with 8 additions and 10 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ name: x86-64 AppImage
on:
push:
branches: [ "main", "release-**"]
# pull_request:
# branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
workflow_call:
jobs:
+2 -2
View File
@@ -3,8 +3,8 @@ name: Macos Build
on:
push:
branches: [ "main", "release-**"]
# pull_request:
# branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
workflow_call:
jobs:
-2
View File
@@ -10,8 +10,6 @@ on:
description: 'Release branch name'
required: true
default: "release-0.0"
pull_request:
branches: ["main"]
env:
RELEASE_VERSION: ${{ github.event.inputs.version || 'testrelease' }}
BRANCH_NAME: ${{ github.event.inputs.branch || 'main' }}
+2 -2
View File
@@ -3,8 +3,8 @@ name: Windows Build (CLang)
on:
push:
branches: [ "main", "release-**"]
# pull_request:
# branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
workflow_call:
jobs:
+2 -2
View File
@@ -3,8 +3,8 @@ name: MSVC Build
on:
push:
branches: [ "main", "release-**"]
# pull_request:
# branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build-windows: