mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
Update workflow
This commit is contained in:
parent
7fc16d8774
commit
90ab9bd893
5 changed files with 45 additions and 1 deletions
11
.github/workflows/build_win.yml
vendored
11
.github/workflows/build_win.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_win64:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue