feat(workflow): run on normal commits too
This commit is contained in:
parent
137ebf4d00
commit
e72571ec1e
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ name: Build and Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue