From c117c1f72eded85a7612ce5ffa8f7156e1dea637 Mon Sep 17 00:00:00 2001 From: Ilia Pozdnyakov Date: Fri, 16 Aug 2024 15:44:20 +0500 Subject: [PATCH] allow to test ci changes without making a tag --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ee2c92..5819af3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,9 @@ on: push: tags: - v* + branches: + - ci-* + - master env: CARGO_TERM_COLOR: always @@ -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: |