1
0
Fork 0
mirror of https://github.com/MillironX/Kelpie.jl.git synced 2024-11-14 13:43:08 +00:00

Fix tags syntax in CI workflow

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-04-05 15:50:13 -05:00
parent 9a4b8364f6
commit b30992b485
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

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