update CI

This commit is contained in:
Kevin Yue 2021-09-19 13:36:07 +08:00
parent 3ac38a2587
commit f9d19e20d2

View File

@ -1,18 +1,22 @@
name: Build
on:
paths-ignore:
- LICENSE
- "*.md"
- .vscode
push:
branches:
- master
- dev
paths-ignore:
- LICENSE
- "*.md"
- .vscode
pull_request:
branches:
- master
- dev
paths-ignore:
- LICENSE
- "*.md"
- .vscode
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel