Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt authored Oct 4, 2024
1 parent 5ea18f3 commit 78e781f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Create Rust release

on: push
on:
push:
tags:
- 'v*'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 78e781f

Please sign in to comment.