From 8c4b3bd3d1e6af06c6262f847613244efe8105c2 Mon Sep 17 00:00:00 2001 From: nschubach Date: Tue, 14 Nov 2023 16:38:34 -0500 Subject: [PATCH] Update sync-themes-branch-with-themes-tag.yml --- .github/workflows/sync-themes-branch-with-themes-tag.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-themes-branch-with-themes-tag.yml b/.github/workflows/sync-themes-branch-with-themes-tag.yml index 95ed855..9741fd1 100644 --- a/.github/workflows/sync-themes-branch-with-themes-tag.yml +++ b/.github/workflows/sync-themes-branch-with-themes-tag.yml @@ -5,6 +5,8 @@ on: # only run on branch names that match: # arc-themes-release-version-{numbers}.{numbers} per product - arc-themes-release-version-[0-9]+\.[0-9]+ + # arc-themes-release-version-{numbers}.{numbers}.{numbers} per product + - arc-themes-release-version-[0-9]+\.[0-9]+\.[0-9]+ jobs: publish: