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: