Skip to content

Commit 2510705

Browse files
authored
✨ renamed master to main (#177)
1 parent 56fbd7e commit 2510705

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: tests
22

33
on:
44
push:
5-
branches: [ master, next ]
5+
branches: [ main, next ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="https://raw.githubusercontent.com/Lomkit/art/master/laravel-rest-api/cover.png" alt="Social Card of Laravel Permission"></p>
1+
<p align="center"><img src="https://raw.githubusercontent.com/Lomkit/art/main/laravel-rest-api/cover.png" alt="Social Card of Laravel Permission"></p>
22

33
# Laravel Rest Api
44

0 commit comments

Comments
 (0)