Skip to content

Commit

Permalink
ci: also build on tag push (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner authored Feb 6, 2025
1 parent 82e7595 commit b0e18fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Rust
on:
push:
branches: [main]
tags:
- "[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
pull_request:

Expand Down

0 comments on commit b0e18fa

Please sign in to comment.