Update workflow to allow pipfile updates to trigger action.
All checks were successful
/ Build static site, docker image, upload artifact... (push) Successful in 9m9s
/ Connect to deployment host, update, and redeploy docs website. (push) Successful in 20s

This commit is contained in:
2025-09-10 17:11:06 -07:00
parent 31d1bc080a
commit 772bf54b85

View File

@@ -6,6 +6,7 @@ on:
- "templates/**" - "templates/**"
- ".conf/**" - ".conf/**"
- ".gitea/**" - ".gitea/**"
- ".pipfile"
branches: branches:
- "main" - "main"