Skip to content

Commit 6709e42

Browse files
committed
fix: remove remainders of the 'master' branch
1 parent 7866bd2 commit 6709e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
paths-ignore:
99
- '*.md'

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
_An implementation of RFC 9535 [JSONPath](http://goessner.net/articles/JsonPath/)_
1010

11-
[![Tests](https://badgen.net/github/checks/loilo/jsonpath-php/master)](https://github.com/loilo/jsonpath-php/actions)
11+
[![Tests](https://badgen.net/github/checks/loilo/jsonpath-php/main)](https://github.com/loilo/jsonpath-php/actions)
1212
[![Packagist](https://badgen.net/packagist/v/loilo/jsonpath)](https://packagist.org/packages/loilo/jsonpath)
1313
![PHP Version](https://badgen.net/packagist/php/loilo/jsonpath)
1414

0 commit comments

Comments
 (0)