mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
Prefixing a string with a * in yaml is apparently not allowed
This commit is contained in:
parent
c575f63281
commit
bead62911a
2
.github/workflows/publish-sub-crate.yml
vendored
2
.github/workflows/publish-sub-crate.yml
vendored
|
@ -3,7 +3,7 @@ name: Publish sub crate
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- */v*
|
||||
- "*/v*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue