Commit ff6c07df authored by 道非仙's avatar 道非仙
Browse files

fix: update CI rules to match version tags for sub2api

parent 68f67198
Pipeline #82100 passed with stage
in 18 seconds
...@@ -47,7 +47,7 @@ sub2api: ...@@ -47,7 +47,7 @@ sub2api:
VERSION: "${CI_COMMIT_TAG:-}" VERSION: "${CI_COMMIT_TAG:-}"
COMMIT: "${CI_COMMIT_SHA}" COMMIT: "${CI_COMMIT_SHA}"
rules: rules:
- if: $CI_COMMIT_TAG =~ /^sub2api\/v/ - if: $CI_COMMIT_TAG =~ /^sub2api\/[vst]/
when: always when: always
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: always when: always
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment