We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0b99e commit 1d75f13Copy full SHA for 1d75f13
.github/workflows/cargo-test-and-build.yml
@@ -1,7 +1,9 @@
1
name: Build
2
on:
3
- - push
4
- - schedule:
+ push:
+ branches:
5
+ - main
6
+ schedule:
7
- cron: "0 0 * * 0"
8
jobs:
9
test:
0 commit comments