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:
|
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:
|
||||||
|
|||||||
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -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:
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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' }}
|
||||||
|
|||||||
4
.github/workflows/windows-clang.yml
vendored
4
.github/workflows/windows-clang.yml
vendored
@ -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:
|
||||||
|
|||||||
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user