feat(workflow-build): build only on tagged commits
This commit is contained in:
parent
a3d14ef71d
commit
cfa2859f93
@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user