Skip to content

Commit 3e03563

Browse files
committed
Fix CI rule
1 parent a4cf295 commit 3e03563

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/rust.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
on:
2-
push:
3-
branches: [ main ]
42
pull_request:
5-
branches: [ main ]
3+
branches:
4+
- main
5+
push:
6+
branches:
7+
- main
8+
tags:
9+
- 'v*.*.*'
610

711
name: build
812

0 commit comments

Comments
 (0)