Skip to content

Commit 81cd5f1

Browse files
committed
Migrate master branch to main
1 parent ab9d97d commit 81cd5f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
git config --global user.email "[email protected]"
8282
git config --global user.name "John Doe"
83-
git config --global init.defaultBranch master # TODO: use main, need to adjust tests to match
83+
git config --global init.defaultBranch main # TODO: use main, need to adjust tests to match
8484
8585
- name: Run tests
8686
run: phpunit

0 commit comments

Comments
 (0)