Skip to content

Commit

Permalink
Merge branch 'nvim-telescope:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-LLLLL authored Jun 5, 2024
2 parents c39be83 + 1280db1 commit 38c67a3
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 38c67a3

Please sign in to comment.