Skip to content

Commit 5f08d15

Browse files
committed
fix push/pull part
1 parent 6702e64 commit 5f08d15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: Rust Tests
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68
types: [opened, synchronize, reopened, ready_for_review]
9+
workflow_dispatch:
710

811
env:
912
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)