mirror of
https://github.com/pdxlocations/contact.git
synced 2026-03-28 17:12:35 +01:00
Update workflow trigger to use push events for versioned tags
This commit is contained in:
8
.github/workflows/contact-buildx.yml
vendored
8
.github/workflows/contact-buildx.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user