Skip to content

Commit

Permalink
Update and rename rust.yml to release.yml
Browse files Browse the repository at this point in the history
Builds fine ; switch to a build on release
  • Loading branch information
ngirard authored Apr 3, 2021
1 parent 51fdbab commit c27c9dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Rust
name: Release

on:
workflow_dispatch:
push:
tags: [ v*.*.* ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit c27c9dc

Please sign in to comment.