act on all tags
This commit is contained in:
parent
3fb9ec2f8a
commit
3dfad188ef
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name: on tags
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- *
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue