We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6348a4b commit 8c0754dCopy full SHA for 8c0754d
.github/workflows/gradle.yml
@@ -1,6 +1,9 @@
1
name: Java CI
2
3
-on:
+on:
4
+ push:
5
+ branches:
6
+ - master
7
schedule:
8
- cron: "0 12 1 * *"
9
pull_request:
0 commit comments