ci: trigger builds on version tags
- Add tag trigger for v* tags to enable release builds - Fixes missing release attachments
This commit is contained in:
parent
20ee10781d
commit
9e46ffc075
|
|
@ -3,6 +3,8 @@ name: Build Executables
|
|||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in New Issue