Skip to content

Commit

Permalink
Merge pull request #124 from Peefy/fix-release-ci
Browse files Browse the repository at this point in the history
fix: release CI on tags
  • Loading branch information
Peefy authored Aug 7, 2024
2 parents 8d56733 + dc7c6f0 commit 27b6770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
- release-*
tags:
- "v*"
pull_request: {}
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 27b6770

Please sign in to comment.