From: Bram Moolenaar Date: Wed, 29 Jul 2020 17:29:23 +0000 (+0200) Subject: patch 8.2.1321: GitHub CI also runs on tag push X-Git-Tag: v8.2.1321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b7f78f51dc5a2c307330af0d4e53faced34726f;p=vim patch 8.2.1321: GitHub CI also runs on tag push Problem: GitHub CI also runs on tag push. Solution: Skip CI on push. (Ken Takata, closes #6571) --- diff --git a/.github/workflows/ci-windows.yaml b/.github/workflows/ci-windows.yaml index ec02a8124..68b5480b0 100644 --- a/.github/workflows/ci-windows.yaml +++ b/.github/workflows/ci-windows.yaml @@ -2,6 +2,8 @@ name: GitHub CI on: push: + branches: + - '*' pull_request: env: diff --git a/src/version.c b/src/version.c index b81ac066a..db2e9b42b 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1321, /**/ 1320, /**/