mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 07:56:33 +00:00
Update package.yaml
This commit is contained in:
parent
967125f569
commit
d980393c6d
6
.github/workflows/package.yaml
vendored
6
.github/workflows/package.yaml
vendored
@ -2,16 +2,16 @@ name: 打包并生成应用
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches-ignore:
|
|
||||||
- 'all-contributors/add-**'
|
|
||||||
release:
|
release:
|
||||||
types: [published]
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, macos-latest, ubuntu-latest]
|
os: [windows-latest, macos-latest, ubuntu-latest]
|
||||||
node-version: [20.x]
|
node-version: [20.x]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user