rename workflows
This commit is contained in:
parent
12c10d1ad1
commit
59978f4c6e
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: C/C++ AppImage
|
name: x86-64 AppImage
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -1,10 +1,10 @@
|
|||||||
name: Windows Build
|
name: MSVC Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main", "release-**"]
|
branches: [ "main", "release-**"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main", "headless-mode" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-windows:
|
build-windows:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user