Skip to content

Commit

Permalink
ci: release push fix attempt
Browse files Browse the repository at this point in the history
only run when pushed with tag
  • Loading branch information
nexplorer-3e committed Aug 16, 2023
1 parent 2901d5a commit a35a767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release Build
on:
push:
tag:
- "v*"
- 'v*'
workflow_dispatch:
inputs:
tag:
Expand Down

0 comments on commit a35a767

Please sign in to comment.