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: