Skip to content

Commit

Permalink
Builds CLIs on release/* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
John Detter committed Nov 8, 2023
1 parent 71ff0bf commit cea4eb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '**'
branches:
- master
- release/*

jobs:
linux-amd64-cli:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '**'
branches:
- master
- release/*

jobs:
macos-cli:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '**'
branches:
- master
- release/*

jobs:
windows-cli:
Expand Down

0 comments on commit cea4eb0

Please sign in to comment.