Skip to content

Commit 0a893ef

Browse files
committed
test: 测试
1 parent af16f81 commit 0a893ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-trigger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Test Tag Trigger
33
on:
44
push:
55
tags:
6-
- "v**"
6+
- "v**" # 确保这里是 tags 并且模式正确
77

88
jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Echo a message
13-
run: echo "Workflow triggered by tag ${{ github.ref_name }}"
13+
run: echo "Workflow triggered by tag ${{ github.ref_name }} with pattern v**"

0 commit comments

Comments
 (0)