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 name: Build
on: on:
paths-ignore:
- LICENSE
- "*.md"
- .vscode
push: push:
branches: branches:
- master - master
- dev - dev
paths-ignore:
- LICENSE
- "*.md"
- .vscode
pull_request: pull_request:
branches: branches:
- master - master
- dev - dev
paths-ignore:
- LICENSE
- "*.md"
- .vscode
workflow_dispatch: workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel