Skip to content

Commit

Permalink
allow to test ci changes without making a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
iliazeus committed Aug 16, 2024
1 parent 5f22c32 commit c117c1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags:
- v*
branches:
- ci-*
- master

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -61,6 +64,7 @@ jobs:
run: mv out/iso2god out/iso2god-macos

- name: Release
if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
uses: softprops/action-gh-release@v1
with:
files: |
Expand Down

0 comments on commit c117c1f

Please sign in to comment.