cleanup
This commit is contained in:
parent
6bd1103f88
commit
2c1d783e0c
4
.github/workflows/appimage.yml
vendored
4
.github/workflows/appimage.yml
vendored
@ -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:
|
||||
|
||||
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -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
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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' }}
|
||||
|
||||
4
.github/workflows/windows-clang.yml
vendored
4
.github/workflows/windows-clang.yml
vendored
@ -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:
|
||||
|
||||
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user