Skip to content

Commit

Permalink
Only build for release branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTolene committed Jan 28, 2024
1 parent 4f9f337 commit 5f1caf7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
strategy:
matrix:
include:
- name: dev
sdk-channel: dev
# - name: dev
# sdk-channel: dev

- name: release
sdk-channel: release

- name: rc
sdk-channel: rc
# - name: rc
# sdk-channel: rc

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

0 comments on commit 5f1caf7

Please sign in to comment.