Skip to content

Commit

Permalink
ci: Build release binaries for main, feat-* branches
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Apr 15, 2024
1 parent f669059 commit 90e643a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: kwctl build
on:
workflow_call:
push:
branches:
- "main"
- "feat-**"

env:
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit 90e643a

Please sign in to comment.