Skip to content

Commit 4351e4f

Browse files
committed
chore: update workflow
Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
1 parent e5b5c3b commit 4351e4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Cross Platform Build
2-
on: [push, pull_request]
2+
on:
3+
pull_request:
4+
types: [opened, reopened, synchronize]
5+
push:
6+
tags:
7+
- v*
38
jobs:
49
build:
510
name: Build

0 commit comments

Comments
 (0)