Add more cases
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -3,6 +3,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-default:
|
build-default:
|
||||||
@@ -53,7 +57,7 @@ jobs:
|
|||||||
*.bin
|
*.bin
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
build-default:
|
build-oryx:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
Reference in New Issue
Block a user