Update API workflow
All checks were successful
Deploy API / docker (17, 3.8.5) (push) Successful in 1m45s

This commit is contained in:
Braydon 2024-04-19 10:03:12 -04:00
parent 3194acfc83
commit 2edbacd55c

@ -3,7 +3,7 @@ name: Deploy API
on:
push:
branches: ["master"]
paths: [".gitea/workflows/deploy-api.yml", "API/**"]
paths: [".gitea/workflows/deploy-api.yml", "API/**", "!API/README.md"]
jobs:
docker: