Skip to content

Commit 5b64abe

Browse files
author
neo
committed
chore: 修改pkg actions触发时机
1 parent 8138cd4 commit 5b64abe

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/pkg.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: pkg
22

3-
on: [push, pull_request]
4-
5-
#on:
6-
# push:
7-
# tags:
8-
# - "v*.*.*"
3+
on:
4+
push:
5+
tags:
6+
- "v*.*.*"
97

108
jobs:
119
build_x64_executables:

0 commit comments

Comments
 (0)