Skip to content

Commit

Permalink
Merge pull request #132 from ddkwork/main
Browse files Browse the repository at this point in the history
ok
  • Loading branch information
ddkwork authored Jul 2, 2024
2 parents d7d8157 + 9575262 commit 077bef6
Show file tree
Hide file tree
Showing 26 changed files with 402 additions and 234 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
branches:
- main
tags:
- 'v*'
- v*.**
- weekly.**
- 0.**

env:
RELEASE_ZIP_FILE_NAME: hyperdbgui
Expand Down Expand Up @@ -47,7 +49,7 @@ jobs:
package-and-release:
needs: test-on-multiple-os
runs-on: windows-latest
if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/v')

steps:
- name: Checkout repository
Expand Down
Loading

0 comments on commit 077bef6

Please sign in to comment.