Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nomyfan committed Feb 19, 2024
1 parent 40cd7b2 commit 82521de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: build

on:
push:
branches: ["main", "gh-build"]
tags:
- "v*.*.*"

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
files: ${{ env.ARCHIVE_PATH }}

0 comments on commit 82521de

Please sign in to comment.