From 1962371666e6626ffd559089c96858288e427b35 Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Sat, 2 Jan 2021 15:58:54 +0900 Subject: [PATCH] add vim9script branch in CI NOTE: CI didn't work without explicitly specifying the branch. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ef45aeb..4b160bb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - vim9script pull_request: branches: - master