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