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:
|
paths:
|
||||||
- 'requirements.txt'
|
- 'requirements.txt'
|
||||||
- 'poetry.lock'
|
- 'poetry.lock'
|
||||||
- 'pyproject.toml'
|
|
||||||
- 'RuntimeDockerfile'
|
- 'RuntimeDockerfile'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue