Skip to content

Commit 315fe56

Browse files
Updated build tag in readme
1 parent 9db0682 commit 315fe56

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/commit.yml renamed to .github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Commit
1+
name: Tests
22

33
on: push
44

55
jobs:
6-
test:
7-
name: Test
6+
build_and_test:
7+
name: Build and test
88

99
runs-on: ubuntu-20.04
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
alt="GitHub tag (latest SemVer)"
1818
src="https://img.shields.io/github/tag/goldspecdigital/laravel-eloquent-uuid.svg"
1919
></a>
20-
<a href="https://travis-ci.com/goldspecdigital/laravel-eloquent-uuid"><img
20+
<a href="https://github.com/goldspecdigital/laravel-eloquent-uuid/actions/workflows/tests.yml"><img
2121
alt="Build status"
22-
src="https://travis-ci.com/goldspecdigital/laravel-eloquent-uuid.svg?branch=master"
22+
src="https://github.com/goldspecdigital/laravel-eloquent-uuid/actions/workflows/tests.yml/badge.svg?branch=master"
2323
></a>
2424
<a href="https://packagist.org/packages/goldspecdigital/laravel-eloquent-uuid"><img
2525
alt="Packagist"

0 commit comments

Comments
 (0)