Skip to content

Commit

Permalink
Change master branch to main for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo authored Mar 26, 2021
1 parent 244f502 commit 6f8677c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down Expand Up @@ -81,4 +81,4 @@ jobs:
- name: Run unit tests
run: |
cd plugins/winter/user
../../../vendor/bin/phpunit
../../../vendor/bin/phpunit

0 comments on commit 6f8677c

Please sign in to comment.