enable CICD build for PR

This commit is contained in:
SoftFever 2023-04-26 20:32:09 +08:00
parent 2795c5729a
commit 61bb16334b
4 changed files with 12 additions and 0 deletions

View file

@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
appimage-builder:

View file

@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build_osx_arm64:

View file

@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build_osx_x86_64:

View file

@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build_win64: