Skip to content

Commit

Permalink
Merge pull request #11 from timflannagan/rename-ci-workflow
Browse files Browse the repository at this point in the history
ci: Rename the rust.yaml workflow to ci.yaml
  • Loading branch information
exdx authored Jul 14, 2022
2 parents fbbdfc3 + ce45c9d commit 13e5748
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: ci

on:
push:
Expand All @@ -10,8 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:

ci:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 13e5748

Please sign in to comment.