Fix tag wildcard in action .yaml

This commit is contained in:
Stephen Seo 2024-01-05 17:06:04 +09:00
parent 9daf5c139f
commit c4a8664297

View file

@ -2,7 +2,7 @@ name: Build TurnBasedMC and store Artifact
on:
push:
tags:
- *
- '*'
jobs:
build-and-store-artifact: