Skip to content

Commit

Permalink
Fix CI label
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Dec 3, 2024
1 parent 6185f74 commit 875644a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Transloadit PHP SDK CI
name: CI
on:
push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,8 @@ This project implements the [Semantic Versioning](http://semver.org/) guidelines
[MIT Licensed](LICENSE)
[test_badge]: https://github.com/transloadit/php-sdk/actions/workflows/tests.yml/badge.svg
[test_link]: https://github.com/transloadit/php-sdk/actions/workflows/tests.yml
[test_badge]: https://github.com/transloadit/php-sdk/actions/workflows/ci.yml/badge.svg
[test_link]: https://github.com/transloadit/php-sdk/actions/workflows/ci.yml
[codecov_badge]: https://codecov.io/gh/transloadit/php-sdk/branch/main/graph/badge.svg
[codecov_link]: https://codecov.io/gh/transloadit/php-sdk
[php_verison_badge]: https://img.shields.io/packagist/php-v/transloadit/php-sdk
Expand Down

0 comments on commit 875644a

Please sign in to comment.