Skip to content

Commit 0bd18e5

Browse files
committed
refactor<ci>: make rust tests run on pull request
1 parent eb79f81 commit 0bd18e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Test Rust Functions
2-
on:
3-
push:
4-
branches: [master]
2+
on: [push, pull_request]
53

64
jobs:
75
tests:

0 commit comments

Comments
 (0)