Skip to content

Commit

Permalink
ci: Build Release for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylskorych committed Jan 17, 2025
1 parent 8a58a1e commit bc6cc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
installer:
runs-on: windows-2019
needs: [build, docs]
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')

steps:
- name: Checkout
Expand Down

0 comments on commit bc6cc17

Please sign in to comment.