fixed workflow not working
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 3m2s

This commit is contained in:
Braydon 2024-04-14 16:22:40 -04:00
parent 71cbf6ef1b
commit 6e096554d8

@ -3,7 +3,7 @@ name: Deploy Lib
on:
push:
branches: ["master"]
paths: ["./.gitea/workflows/**", "Lib/**"]
paths: [".gitea/workflows/deploy-lib.yml", "Lib/**"]
jobs:
docker: