update actions
This commit is contained in:
parent
a8bc162d8b
commit
1bd47d2b60
@ -1,9 +1,16 @@
|
|||||||
name: "deploy"
|
name: "Deploy CI"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- 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:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -10,6 +10,7 @@ on:
|
|||||||
- "grafana-dashboard.json"
|
- "grafana-dashboard.json"
|
||||||
- "storage-tracker.sh"
|
- "storage-tracker.sh"
|
||||||
- "useful-stuff.md"
|
- "useful-stuff.md"
|
||||||
|
- ".gitea/workflows/ci.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
Loading…
Reference in New Issue
Block a user