Skip to content

Commit

Permalink
fix: only version tags to trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Aug 6, 2024
1 parent 6b04780 commit 937c1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CD
on:
push:
tags:
- '*'
- 'v*'
jobs:
release:
name: Release
Expand Down

0 comments on commit 937c1bf

Please sign in to comment.