Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
ff6c07df
Commit
ff6c07df
authored
Apr 15, 2026
by
道非仙
Browse files
fix: update CI rules to match version tags for sub2api
parent
68f67198
Pipeline
#82100
passed with stage
in 18 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ff6c07df
...
...
@@ -47,7 +47,7 @@ sub2api:
VERSION
:
"
${CI_COMMIT_TAG:-}"
COMMIT
:
"
${CI_COMMIT_SHA}"
rules
:
-
if
:
$CI_COMMIT_TAG =~ /^sub2api\/
v
/
-
if
:
$CI_COMMIT_TAG =~ /^sub2api\/
[vst]
/
when
:
always
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when
:
always
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment