Skip to content

Commit

Permalink
Rename CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoschiko committed Sep 26, 2024
1 parent 0dc628b commit 8c45ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: main

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[<img alt="github" src="https://img.shields.io/badge/jakoschiko/dicetest-8da0cb?logo=github" height="20">](https://github.com/jakoschiko/dicetest)
[![crates.io](https://img.shields.io/crates/v/dicetest.svg)](https://crates.io/crates/dicetest)
[![Documentation](https://docs.rs/dicetest/badge.svg)](https://docs.rs/dicetest)
[![Build & Test](https://github.com/jakoschiko/dicetest/actions/workflows/rust.yml/badge.svg)](https://github.com/jakoschiko/dicetest/actions/workflows/rust.yml)
[![Build & Test](https://github.com/jakoschiko/dicetest/actions/workflows/main.yml/badge.svg)](https://github.com/jakoschiko/dicetest/actions/workflows/main.yml)
[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/jakoschiko/dicetest#License)

# dicetest
Expand Down

0 comments on commit 8c45ce1

Please sign in to comment.