mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Update the CI to work on push and PRs
This commit is contained in:
parent
58c07e7f8c
commit
3ef031b2fe
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -1,10 +1,10 @@
|
||||
name: Continuous integration
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- staging
|
||||
- trying
|
||||
|
||||
name: Continuous integration
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
Loading…
Reference in New Issue
Block a user