Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Edited the remaining fields from the rust template
  • Loading branch information
TheMathewNorman authored Nov 14, 2024
1 parent a6158f0 commit 8817dc8
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
name: Rust
name: Create release

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
tags:
- 'v*' # Triggers on tags that start with "v", e.g., v1.0, v2.1.1

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

release:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8817dc8

Please sign in to comment.