File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11---
2- name : Release boil
2+ name : Build/ Release boil
33
44on :
5+ pull_request :
6+ paths :
7+ - ' .github/workflows/boil_build.yaml'
8+ - ' rust-toolchain.toml'
9+ - ' Cargo.*'
10+ - ' **.rs'
511 push :
612 tags :
713 - " boil-[0-9]+.[0-9]+.[0-9]+**"
814
915jobs :
1016 build :
11- uses : ./.github/workflows/boil_build .yaml
17+ uses : ./.github/workflows/boil_reusable_build .yaml
1218 with :
1319 upload : true
1420 target : ${{ matrix.targets.target }}
2228 - {target: x86_64-unknown-linux-gnu, os: ubuntu-latest}
2329 - {target: aarch64-apple-darwin, os: macos-latest}
2430 - {target: x86_64-apple-darwin, os: macos-latest}
31+
2532 release :
33+ if : github.event_name == 'push'
2634 runs-on : ubuntu-latest
2735 needs : [build]
2836 steps :
Original file line number Diff line number Diff line change 11---
2- name : Build boil
3-
42on :
53 workflow_call :
64 inputs :
You can’t perform that action at this time.
0 commit comments