Skip to content

Commit dc92e2d

Browse files
committed
update test action trigger
1 parent c5d766b commit dc92e2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
#tags: ["*"] #uncomment the line if you want to run the workflow only when a new tag is pushed
7+
tags: ["*"]
8+
pull_request:
89
workflow_dispatch:
910

1011
jobs:

0 commit comments

Comments
 (0)