Fix tags syntax in CI workflow

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
pull/3/head^2
parent 9a4b8364f6
commit b30992b485
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -3,7 +3,7 @@ on:
push:
branches:
- master
tags: "*"
tags: ["*"]
pull_request:
concurrency:
# Skip intermediate builds: always.

Loading…
Cancel
Save