Update deploy api workflow

This commit is contained in:
Braydon 2024-04-14 16:49:34 -04:00
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: