Skip to content

Commit

Permalink
ci: trigger cd on non v labled tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Oct 10, 2024
1 parent 5a71fce commit 129bf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cd
on:
push:
tags:
- "v*.*.*"
- "*.*.*"

jobs:
rustfmt:
Expand Down

0 comments on commit 129bf5c

Please sign in to comment.