mirror of
https://github.com/YuzuZensai/TrollSSH.git
synced 2026-09-13 16:48:59 +00:00
🐛 fix: correct glob pattern for semver tag trigger in CI
This commit is contained in:
@@ -3,7 +3,7 @@ name: CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["**"]
|
branches: ["**"]
|
||||||
tags: ["[0-9]+.[0-9]+.[0-9]+"]
|
tags: ["[0-9]*.[0-9]*.[0-9]*"]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user