From a35a2c52fb3d2884d6eb092bde10d6390f7c9352 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Thu, 22 Jan 2026 22:34:10 -0800 Subject: [PATCH] Update workflow trigger to use push events for versioned tags --- .github/workflows/contact-buildx.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contact-buildx.yml b/.github/workflows/contact-buildx.yml index e016ace..8b56c09 100644 --- a/.github/workflows/contact-buildx.yml +++ b/.github/workflows/contact-buildx.yml @@ -1,8 +1,12 @@ name: contact-buildx on: - schedule: - - cron: "0 0 * * Mon" + push: + tags: + - "[0-9]+.[0-9]+.[0-9]+" + - "[0-9]+.[0-9]+.[0-9]+a[0-9]+" + - "[0-9]+.[0-9]+.[0-9]+b[0-9]+" + - "[0-9]+.[0-9]+.[0-9]+rc[0-9]+" workflow_dispatch: jobs: