summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci-windows.yaml2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
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
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1321,
+/**/
1320,
/**/
1319,