update workflows
This commit is contained in:
parent
fb25f52c67
commit
7715301d65
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
@ -2,7 +2,7 @@ name: x86-64 AppImage
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "dev", "release-**"]
|
||||
branches: [ "main", "release-**"]
|
||||
pull_request:
|
||||
branches: [ "main", "dev" ]
|
||||
|
||||
|
||||
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -2,7 +2,7 @@ name: Macos Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "dev", "release-**"]
|
||||
branches: [ "main", "release-**"]
|
||||
pull_request:
|
||||
branches: [ "main", "dev" ]
|
||||
|
||||
|
||||
2
.github/workflows/windows-clang.yml
vendored
2
.github/workflows/windows-clang.yml
vendored
@ -2,7 +2,7 @@ name: Windows Build (CLang)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "dev", "release-**"]
|
||||
branches: [ "main", "release-**"]
|
||||
pull_request:
|
||||
branches: [ "main", "dev" ]
|
||||
|
||||
|
||||
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -2,7 +2,7 @@ name: MSVC Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "dev", "release-**"]
|
||||
branches: [ "main", "release-**"]
|
||||
pull_request:
|
||||
branches: [ "main", "dev" ]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user