Skip to content

Commit 1d75f13

Browse files
committed
Refix github workflow?
1 parent 8a0b99e commit 1d75f13

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cargo-test-and-build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Build
22
on:
3-
- push
4-
- schedule:
3+
push:
4+
branches:
5+
- main
6+
schedule:
57
- cron: "0 0 * * 0"
68
jobs:
79
test:

0 commit comments

Comments
 (0)