Skip to content

Commit

Permalink
ci: Run workflows when pushing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
felinira committed Jul 25, 2024
1 parent bc997d8 commit e8cef26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Rust
on:
push:
branches: [main, dev]
tags: ["[0-9]+.[0-9]+.[0-9]+"]
pull_request:
branches: [main, dev]

Expand Down

0 comments on commit e8cef26

Please sign in to comment.