Skip to content

Commit

Permalink
add dev channel for matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gebeto committed Nov 16, 2023
1 parent b224584 commit 69b9533
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ jobs:
strategy:
matrix:
include:
- name: RC channel
sdk-channel: rc
- name: release channel
sdk-channel: release
- name: RC channel
sdk-channel: rc
- name: dev channel
sdk-channel: dev

name: 'ufbt: Build for ${{ matrix.name }}'
steps:
Expand Down

0 comments on commit 69b9533

Please sign in to comment.