[workflow] exclude dashboard and examples from on-push trigger.

This commit is contained in:
Shizun Ge
2024-01-18 22:58:00 -08:00
parent 4eaab6b0e0
commit 2c0ee146ee
2 changed files with 6 additions and 1 deletions
+6 -1
View File
@@ -4,7 +4,12 @@ on:
push:
branches-ignore:
- release
workflow_dispatch:
paths-ignore:
- 'dashboard/*'
- 'examples/*'
- 'README.md'
- 'LICENSE'
workflow_dispatch:
env:
PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"
Executable
BIN
View File
Binary file not shown.