chore(ci): use master instead of nightly

This commit is contained in:
Lewis Russell 2021-09-24 13:50:39 +01:00
parent a6d1574bab
commit b43360710e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: true
matrix:
neovim_branch: ['v0.5.0', 'nightly']
neovim_branch: ['v0.5.0', 'master']
# The type of runner that the job will run on
runs-on: ubuntu-latest
env: