Fix tag wildcard in action .yaml
This commit is contained in:
parent
9daf5c139f
commit
c4a8664297
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: Build TurnBasedMC and store Artifact
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- *
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-store-artifact:
|
build-and-store-artifact:
|
||||||
|
|
Loading…
Reference in a new issue