mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 21:05:58 +08:00
trigger CICD for main branch only
This commit is contained in:
parent
01867cd319
commit
7e204959e6
5
.github/workflows/build_linux.yml
vendored
5
.github/workflows/build_linux.yml
vendored
@ -3,10 +3,7 @@ name: Build Linux
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- SoftFever
|
||||
pull_request:
|
||||
branches:
|
||||
- SoftFever
|
||||
- main
|
||||
|
||||
jobs:
|
||||
appimage-builder:
|
||||
|
5
.github/workflows/build_mac_arm64.yml
vendored
5
.github/workflows/build_mac_arm64.yml
vendored
@ -3,10 +3,7 @@ name: Build Mac AppleSilicon
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- SoftFever
|
||||
pull_request:
|
||||
branches:
|
||||
- SoftFever
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build_osx_arm64:
|
||||
|
5
.github/workflows/build_mac_x64.yml
vendored
5
.github/workflows/build_mac_x64.yml
vendored
@ -3,10 +3,7 @@ name: Build Mac Intel
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- SoftFever
|
||||
pull_request:
|
||||
branches:
|
||||
- SoftFever
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build_osx_x86_64:
|
||||
|
5
.github/workflows/build_win.yml
vendored
5
.github/workflows/build_win.yml
vendored
@ -3,10 +3,7 @@ name: Build Win64
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- SoftFever
|
||||
pull_request:
|
||||
branches:
|
||||
- SoftFever
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
|
Loading…
x
Reference in New Issue
Block a user