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:
parent
9a4b8364f6
commit
b30992b485
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
tags: "*"
|
||||
tags: ["*"]
|
||||
pull_request:
|
||||
concurrency:
|
||||
# Skip intermediate builds: always.
|
||||
|
|
Loading…
Reference in a new issue