Update deploy api workflow
This commit is contained in:
parent
e3b88ec32e
commit
7ad3c0f1f3
@ -3,7 +3,7 @@ name: Deploy API
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches: ["master"]
|
||||||
paths: ["API/**"]
|
paths: [".gitea/workflows/deploy-api.yml", "API/**"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user