temporary disable workflows
This commit is contained in:
parent
63cbf12507
commit
8ad578e109
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:
|
||||||
|
|||||||
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" ]
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user