Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 82fb67e

Browse files
authored
cortex js allow tag x.y.z-t (#990)
Co-authored-by: Hien To <tominhhien97@gmail.com>
1 parent e21aaf4 commit 82fb67e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cortex-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI Cortex Release
22

33
on:
44
push:
5-
tags: ["v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+-*", "!v[0-9]+.[0-9]+.[0-9]+-cortex-js"]
5+
tags: ["v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+-*", "!v[0-9]+.[0-9]+.[0-9]+-cortex-js", "!v[0-9]+.[0-9]+.[0-9]+-[0-9]+-cortex-js"]
66
paths: ["cortex-cpp/**", "cortex-js/**"]
77
workflow_dispatch:
88

.github/workflows/cortex-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish cortex js Package to npmjs
22
on:
33
push:
4-
tags: ["v[0-9]+.[0-9]+.[0-9]+-cortex-js"]
4+
tags: ["v[0-9]+.[0-9]+.[0-9]+-cortex-js", "v[0-9]+.[0-9]+.[0-9]+-[0-9]+-cortex-js"]
55
paths:
66
[
77
"cortex-js/**",

0 commit comments

Comments
 (0)