Skip to content

Commit 3c85584

Browse files
authored
Merge pull request #39 from 2926295173/patch-1
Update cmaketest.yml 修改触发方式为创建标签时触发
2 parents 20a3c69 + 4d0ce3d commit 3c85584

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cmaketest.yml

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

3-
on: [push]
3+
on:
4+
push:
5+
tags:
6+
- "*"
47

58
env:
69
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

0 commit comments

Comments
 (0)