Merge branch 'main' into bug/catch-json-err

This commit is contained in:
felinae98 2022-05-29 00:56:20 +08:00
commit 531a1f1fe0
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -4,7 +4,7 @@ on:
push: push:
branches: branches:
- main - main
paths: &path paths:
- admin-frontend/** - admin-frontend/**
- docker/** - docker/**
- src/** - src/**
@ -12,7 +12,13 @@ on:
- pyproject.toml - pyproject.toml
- poetry.lock - poetry.lock
pull_request: pull_request:
paths: *path paths:
- admin-frontend/**
- docker/**
- src/**
- tests/**
- pyproject.toml
- poetry.lock
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}