Update workflow trigger to respond to version tags instead of main branch

This commit is contained in:
Edgar P. Burkhart 2025-05-05 22:28:15 +02:00
parent 986a493d70
commit 77b77778db
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -1,7 +1,7 @@
on:
push:
branches:
- "main"
tags:
- 'v*'
jobs:
serve:
runs-on: uv