From: Bram Moolenaar Date: Thu, 22 Oct 2020 15:33:17 +0000 (+0200) Subject: patch 8.2.1887: Github actions not optimally configured X-Git-Tag: v8.2.1887 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15ab48f088842de512ca5f13aa39a4dc7cac8477;p=vim patch 8.2.1887: Github actions not optimally configured Problem: Github actions not optimally configured. Solution: Run CI on any pushed branches. Set fail-fast. (Ozaki Kiichi, closes #7184) --- diff --git a/.github/workflows/ci-windows.yaml b/.github/workflows/ci-windows.yaml index 917783019..7db551fdc 100644 --- a/.github/workflows/ci-windows.yaml +++ b/.github/workflows/ci-windows.yaml @@ -3,7 +3,7 @@ name: GitHub CI on: push: branches: - - '*' + - '**' pull_request: env: @@ -39,6 +39,7 @@ jobs: runs-on: windows-latest strategy: + fail-fast: false matrix: toolchain: [msvc, mingw] arch: [x64, x86] diff --git a/src/version.c b/src/version.c index 093369749..16e7a9fcd 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1887, /**/ 1886, /**/