Skip to content

Commit 7436a3d

Browse files
Fixing the cargo build and test script back to normal triggers
1 parent 3c3220d commit 7436a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cargo_build_and_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Cargo Build & Test
22

33
on:
4-
# push:
5-
# pull_request:
4+
push:
5+
pull_request:
66
workflow_dispatch:
77

88
env:

0 commit comments

Comments
 (0)