Skip to content

Commit 61626c5

Browse files
committed
ci: update workflows
1 parent 3905688 commit 61626c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/default.yml renamed to .github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Default
1+
name: PHPUnit
22

33
on: [push, pull_request]
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</p>
88

99
<p align="center">
10-
<a href="https://github.com/php-casbin/think-authz/actions">
11-
<img src="https://github.com/php-casbin/think-authz/workflows/Default/badge.svg?branch=master" alt="Build Status">
10+
<a href="https://github.com/php-casbin/think-authz/actions/workflows/phpunit.yml">
11+
<img src="https://github.com/php-casbin/think-authz/actions/workflows/phpunit.yml/badge.svg" alt="Build Status">
1212
</a>
1313
<a href="https://coveralls.io/github/php-casbin/think-authz">
1414
<img src="https://coveralls.io/repos/github/php-casbin/think-authz/badge.svg" alt="Coverage Status">

0 commit comments

Comments
 (0)