mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 21:25:56 +08:00
cicd: only build for main branch
This commit is contained in:
parent
463393c969
commit
113f3d4c26
5
.github/workflows/build_linux.yml
vendored
5
.github/workflows/build_linux.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: Build Linux
|
||||
|
||||
on: [pull_request,push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- SoftFever
|
||||
|
||||
jobs:
|
||||
appimage-builder:
|
||||
|
5
.github/workflows/build_mac_arm64.yml
vendored
5
.github/workflows/build_mac_arm64.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: Build Mac arm64
|
||||
|
||||
on: [pull_request,push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- SoftFever
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
|
5
.github/workflows/build_mac_x64.yml
vendored
5
.github/workflows/build_mac_x64.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: Build Mac x64
|
||||
|
||||
on: [pull_request,push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- SoftFever
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
|
6
.github/workflows/build_win.yml
vendored
6
.github/workflows/build_win.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: Build Win64
|
||||
|
||||
on: [pull_request,push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- SoftFever
|
||||
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
|
Loading…
x
Reference in New Issue
Block a user