Update workflow trigger to use push events for versioned tags

This commit is contained in:
pdxlocations
2026-01-22 22:34:10 -08:00
parent 26b8e3f1ba
commit a35a2c52fb

View File

@@ -1,8 +1,12 @@
name: contact-buildx name: contact-buildx
on: on:
schedule: push:
- cron: "0 0 * * Mon" 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: workflow_dispatch:
jobs: jobs: