update actions
All checks were successful
Deploy CI / deploy (push) Successful in 20s
Publish Docker Image / docker (push) Successful in 48s

This commit is contained in:
Lee 2024-01-06 05:13:53 +00:00
parent a8bc162d8b
commit 1bd47d2b60
2 changed files with 9 additions and 1 deletions

@ -1,9 +1,16 @@
name: "deploy"
name: "Deploy CI"
on:
push:
branches:
- master
paths-ignore: # Files in here will not trigger a build
- "README.md"
- "LICENSE"
- "grafana-dashboard.json"
- "storage-tracker.sh"
- "useful-stuff.md"
- ".gitea/workflows/publish.yml"
jobs:
deploy:

@ -10,6 +10,7 @@ on:
- "grafana-dashboard.json"
- "storage-tracker.sh"
- "useful-stuff.md"
- ".gitea/workflows/ci.yml"
jobs:
docker: