We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593ec34 commit fbe954aCopy full SHA for fbe954a
1 file changed
.github/workflows/elsa-compile.yml
@@ -4,13 +4,13 @@ on:
4
push:
5
branches:
6
- 'main'
7
- - '[0-9]+.[0-9]+.x' # 匹配 x.x.x 格式且最后一位为 x(如 1.2.x、22.1.x)
+ - 'elsa-[0-9]+\.[0-9]+\.x' # 转义小数点,匹配如 elsa-0.1.x
8
paths:
9
- 'framework/elsa/**'
10
pull_request:
11
12
13
- - '[0-9]+.[0-9]+.x'
14
15
16
0 commit comments