Update workflow trigger to respond to version tags instead of main branch
This commit is contained in:
parent
986a493d70
commit
77b77778db
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
tags:
|
||||
- 'v*'
|
||||
jobs:
|
||||
serve:
|
||||
runs-on: uv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue