enable CICD build for PR
This commit is contained in:
parent
2795c5729a
commit
61bb16334b
4 changed files with 12 additions and 0 deletions
3
.github/workflows/build_linux.yml
vendored
3
.github/workflows/build_linux.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
appimage-builder:
|
||||
|
|
3
.github/workflows/build_mac_arm64.yml
vendored
3
.github/workflows/build_mac_arm64.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build_osx_arm64:
|
||||
|
|
3
.github/workflows/build_mac_x64.yml
vendored
3
.github/workflows/build_mac_x64.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build_osx_x86_64:
|
||||
|
|
3
.github/workflows/build_win.yml
vendored
3
.github/workflows/build_win.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
|
|
Loading…
Reference in a new issue