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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
tags:
|
||||||
|
- 'v*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue