Skip to content

Commit 62bc3a7

Browse files
committed
fix: CI targets
1 parent f7f41b5 commit 62bc3a7

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

.github/workflows/neovim.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name: neovim
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
8-
branches:
9-
- master
108

119
jobs:
1210
build:

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name: reviewdog
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
8-
branches:
9-
- master
108

119
jobs:
1210
vimlint:

.github/workflows/vim.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name: vim
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
8-
branches:
9-
- master
108

119
jobs:
1210
build:
@@ -19,8 +17,8 @@ jobs:
1917
- ubuntu-latest
2018
version:
2119
- nightly
22-
- v8.2.0716 # Ubuntu 20.10 (2021/02/28)
23-
- v8.1.2269 # Ubuntu 20.04 (2021/02/28)
20+
- v8.2.0716 # Ubuntu 20.10 (2021/02/28)
21+
- v8.1.2269 # Ubuntu 20.04 (2021/02/28)
2422
runs-on: ${{ matrix.os }}
2523
steps:
2624
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)