ci: migrate to canonical hanzoai/.github/docker-build.yml reusable (#7)

This commit is contained in:
Hanzo Dev
2026-04-23 18:59:34 -07:00
committed by GitHub
parent 8a907e5d62
commit 57ee510636
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name: Docker
on:
workflow_dispatch:
push:
branches: [main, dev, test]
branches: [main, dev, test, unstable]
tags: ['v*']
permissions:
+7
View File
@@ -0,0 +1,7 @@
name: Workflow Sanity
on:
pull_request:
paths: ['.github/workflows/**']
jobs:
sanity:
uses: hanzoai/.github/.github/workflows/workflow-sanity.yml@main