Skip to content

Commit

Permalink
[workflow] exclude dashboard and examples from on-push trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
shizunge committed Jan 19, 2024
1 parent 4eaab6b commit 2c0ee14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Binary file added endlessh-go
Binary file not shown.

0 comments on commit 2c0ee14

Please sign in to comment.