mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
trigger CICD for main branch only
This commit is contained in:
parent
01867cd319
commit
7e204959e6
4 changed files with 4 additions and 16 deletions
5
.github/workflows/build_linux.yml
vendored
5
.github/workflows/build_linux.yml
vendored
|
|
@ -3,10 +3,7 @@ name: Build Linux
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- SoftFever
|
- main
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- SoftFever
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
appimage-builder:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- SoftFever
|
- main
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- SoftFever
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_osx_arm64:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- SoftFever
|
- main
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- SoftFever
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_osx_x86_64:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- SoftFever
|
- main
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- SoftFever
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_win64:
|
build_win64:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue