update actions
This commit is contained in:
parent
a8bc162d8b
commit
1bd47d2b60
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user