Skip to content

Commit

Permalink
chore: update ci (#394)
Browse files Browse the repository at this point in the history
- tweak docgen target
- add neovim 0.10 in test ci matrix
  • Loading branch information
jamestrew authored May 30, 2024
1 parent f4504dc commit 1280db1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches-ignore:
- master
pull_request:
pull_request_target:
branches:
- master

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Tests
on: [push]
on: [push, pull_request]
jobs:
test:
name: unit tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [v0.9.0, nightly]
version: [v0.9.0, v0.10.0, nightly]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1280db1

Please sign in to comment.