fix: 去除gitea action的pyproject.toml触发path
Gitea Action for docker build / build-app (push) Successful in 1m1s
Details
Gitea Action for docker build / build-app (push) Successful in 1m1s
Details
This commit is contained in:
parent
ee14c5591a
commit
61f91fa932
|
|
@ -6,7 +6,6 @@ on:
|
|||
paths:
|
||||
- 'requirements.txt'
|
||||
- 'poetry.lock'
|
||||
- 'pyproject.toml'
|
||||
- 'RuntimeDockerfile'
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "fastapi-template"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
description = ""
|
||||
authors = ["chenwj113 <chenwj113@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Reference in New Issue