mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
cicd: only build for main branch
This commit is contained in:
7
.github/workflows/build_linux.yml
vendored
7
.github/workflows/build_linux.yml
vendored
@@ -1,7 +1,10 @@
|
||||
name: Build Linux
|
||||
|
||||
on: [pull_request,push]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- SoftFever
|
||||
|
||||
jobs:
|
||||
appimage-builder:
|
||||
name: Linux AppImage Build
|
||||
|
||||
7
.github/workflows/build_mac_arm64.yml
vendored
7
.github/workflows/build_mac_arm64.yml
vendored
@@ -1,7 +1,10 @@
|
||||
name: Build Mac arm64
|
||||
|
||||
on: [pull_request,push]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- SoftFever
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
name: Build Mac arm64
|
||||
|
||||
7
.github/workflows/build_mac_x64.yml
vendored
7
.github/workflows/build_mac_x64.yml
vendored
@@ -1,7 +1,10 @@
|
||||
name: Build Mac x64
|
||||
|
||||
on: [pull_request,push]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- SoftFever
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
name: Build Mac x64
|
||||
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user