# HG changeset patch
# User Alex Gaynor <alex.gaynor@gmail.com>
# Date 1595293696 14400
#      Mon Jul 20 21:08:16 2020 -0400
# Node ID 84ae4f2ed5ae1fe90a9b9060c38b76afafaf534b
# Parent  751a45a046c73f41e508421df688d536f9355abd
fixes #5329 -- properly run CI on x.y tags (#5332)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,6 +6,7 @@
       - master
       - '*.*.x'
     tags:
+      - '*.*'
       - '*.*.*'
 
 jobs: