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:
|
||||
push:
|
||||
tags:
|
||||
- *
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build-and-store-artifact:
|
||||
|
|
Loading…
Reference in a new issue