chore: update build workflow

This commit is contained in:
Zhiqiang Li
2023-04-04 12:37:33 +08:00
parent 353f47de4a
commit 7b496c477a

View File

@@ -7,8 +7,14 @@ on:
- 'docs/**' - 'docs/**'
- 'assets/**' - 'assets/**'
- '**/*.gitignore' - '**/*.gitignore'
- '**/*.md'
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]
paths-ignore:
- 'docs/**'
- 'assets/**'
- '**/*.gitignore'
- '**/*.md'
jobs: jobs:
build: build: