update workflow

This commit is contained in:
felinae98 2022-05-29 00:55:44 +08:00
parent 3ffc3f81b5
commit ef67ee1b84
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

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