Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andeya committed Oct 15, 2024
1 parent 593d697 commit efa1d00
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Auto Build
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Code Coverage
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
cover:
Expand All @@ -31,4 +31,4 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
token: ${{secrets.CODECOV_TOKEN}}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "salvo-casbin"
version = "0.2.0"
version = "0.73.0"
edition = "2021"
license = "Apache-2.0"
description = "Casbin salvo access control hoop"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[![Crates.io](https://img.shields.io/crates/d/salvo-casbin)](https://crates.io/crates/salvo-casbin)
[![Docs](https://docs.rs/salvo-casbin/badge.svg)](https://docs.rs/salvo-casbin)
[![CI](https://github.com/andeya/salvo-casbin/actions/workflows/ci.yml/badge.svg)](https://github.com/andeya/salvo-casbin/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/andeya/salvo-casbin/branch/master/graph/badge.svg)](https://codecov.io/gh/andeya/salvo-casbin)
[![codecov](https://codecov.io/gh/andeya/salvo-casbin/branch/main/graph/badge.svg)](https://codecov.io/gh/andeya/salvo-casbin)

[Casbin](https://github.com/casbin/casbin-rs) access control hoop for [salvo](https://github.com/salvo/salvo) framework
[Casbin](https://github.com/casbin/casbin-rs) access control hoop for [salvo](https://github.com/salvo-rs/salvo) framework

## Install

Expand Down

0 comments on commit efa1d00

Please sign in to comment.