mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Update workflow
This commit is contained in:
11
.github/workflows/build_mac_x64.yml
vendored
11
.github/workflows/build_mac_x64.yml
vendored
@@ -4,9 +4,20 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
|
||||
jobs:
|
||||
build_osx_x86_64:
|
||||
|
||||
Reference in New Issue
Block a user