Skip to content

Commit

Permalink
Migrate master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0tonic committed Dec 11, 2024
1 parent ab9d97d commit 81cd5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "John Doe"
git config --global init.defaultBranch master # TODO: use main, need to adjust tests to match
git config --global init.defaultBranch main # TODO: use main, need to adjust tests to match
- name: Run tests
run: phpunit
Expand Down

0 comments on commit 81cd5f1

Please sign in to comment.