Merge pull request #114 from meilisearch/github-ci-use-main

Rename master into main in the Github CI
This commit is contained in:
Clément Renault 2021-03-11 20:46:06 +01:00 committed by GitHub
commit c9f9d39b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@ name: Continuous integration
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
ci: