fix: 去除gitea action的pyproject.toml触发path
Gitea Action for docker build / build-app (push) Successful in 1m1s Details

This commit is contained in:
chenwj113 2024-08-15 18:35:00 +08:00
parent ee14c5591a
commit 61f91fa932
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ on:
paths: paths:
- 'requirements.txt' - 'requirements.txt'
- 'poetry.lock' - 'poetry.lock'
- 'pyproject.toml'
- 'RuntimeDockerfile' - 'RuntimeDockerfile'
jobs: jobs:

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "fastapi-template" name = "fastapi-template"
version = "0.1.2" version = "0.1.3"
description = "" description = ""
authors = ["chenwj113 <chenwj113@gmail.com>"] authors = ["chenwj113 <chenwj113@gmail.com>"]
license = "MIT" license = "MIT"