Skip to content

Commit 00a5ad6

Browse files
authored
Update ci.yaml (#77)
Change CI to on: `pull_request`
1 parent 6820b81 commit 00a5ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on: [ push ]
1+
on: [ pull_request ]
22

33
env:
44
rust_version: 1.51.0
@@ -24,4 +24,4 @@ jobs:
2424
toolchain: ${{ env.rust_version }}
2525
- name: Cargo Test
2626
run: cargo test
27-
working-directory: sdk
27+
working-directory: sdk

0 commit comments

Comments
 (0)