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