This commit is contained in:
MihailRis 2025-12-04 07:45:41 +03:00 committed by ShiftyX1
parent 6bd1103f88
commit 2c1d783e0c
5 changed files with 8 additions and 10 deletions

View File

@ -3,8 +3,8 @@ name: x86-64 AppImage
on: on:
push: push:
branches: [ "main", "release-**"] branches: [ "main", "release-**"]
# pull_request: pull_request:
# branches: [ "main", "dev" ] branches: [ "main", "dev" ]
workflow_call: workflow_call:
jobs: jobs:

View File

@ -3,8 +3,8 @@ name: Macos Build
on: on:
push: push:
branches: [ "main", "release-**"] branches: [ "main", "release-**"]
# pull_request: pull_request:
# branches: [ "main", "dev" ] branches: [ "main", "dev" ]
workflow_call: workflow_call:
jobs: jobs:

View File

@ -10,8 +10,6 @@ on:
description: 'Release branch name' description: 'Release branch name'
required: true required: true
default: "release-0.0" default: "release-0.0"
pull_request:
branches: ["main"]
env: env:
RELEASE_VERSION: ${{ github.event.inputs.version || 'testrelease' }} RELEASE_VERSION: ${{ github.event.inputs.version || 'testrelease' }}
BRANCH_NAME: ${{ github.event.inputs.branch || 'main' }} BRANCH_NAME: ${{ github.event.inputs.branch || 'main' }}

View File

@ -3,8 +3,8 @@ name: Windows Build (CLang)
on: on:
push: push:
branches: [ "main", "release-**"] branches: [ "main", "release-**"]
# pull_request: pull_request:
# branches: [ "main", "dev" ] branches: [ "main", "dev" ]
workflow_call: workflow_call:
jobs: jobs:

View File

@ -3,8 +3,8 @@ name: MSVC Build
on: on:
push: push:
branches: [ "main", "release-**"] branches: [ "main", "release-**"]
# pull_request: pull_request:
# branches: [ "main", "dev" ] branches: [ "main", "dev" ]
jobs: jobs:
build-windows: build-windows: