chore: update github workflow

This commit is contained in:
Zhiqiang Li
2023-03-30 18:48:24 +08:00
parent 013b929703
commit c66d6dfa9b
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,10 @@ name: Build
on: on:
push: push:
branches: [ "master" ] branches: [ "master" ]
paths-ignore:
- 'docs/**'
- 'assets/**'
- '**/*.gitignore'
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]

View File

@@ -3,7 +3,7 @@ name: Build Image
on: on:
push: push:
branches: branches:
- 'main' - 'master'
jobs: jobs:
docker: docker: