fix: listen to all tags
This commit is contained in:
parent
dd9230099b
commit
b18bbdde4d
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ name: on tags
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue