To: vim_dev@googlegroups.com Subject: Patch 8.2.1887 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1887 Problem: Github actions not optimally configured. Solution: Run CI on any pushed branches. Set fail-fast. (Ozaki Kiichi, closes #7184) Files: .github/workflows/ci-windows.yaml *** ../vim-8.2.1886/.github/workflows/ci-windows.yaml 2020-10-10 22:34:32.582802879 +0200 --- .github/workflows/ci-windows.yaml 2020-10-22 17:31:24.893427236 +0200 *************** *** 3,9 **** on: push: branches: ! - '*' pull_request: env: --- 3,9 ---- on: push: branches: ! - '**' pull_request: env: *************** *** 39,44 **** --- 39,45 ---- runs-on: windows-latest strategy: + fail-fast: false matrix: toolchain: [msvc, mingw] arch: [x64, x86] *** ../vim-8.2.1886/src/version.c 2020-10-22 13:44:49.922509593 +0200 --- src/version.c 2020-10-22 17:32:59.669122847 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 1887, /**/ -- In a world without walls and borders, who needs windows and gates? /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///