We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3c0ef commit 385bc31Copy full SHA for 385bc31
.github/workflows/ci-github-actions.yaml
@@ -4,6 +4,9 @@ on:
4
pull_request:
5
branches:
6
- main
7
+ push:
8
+ branches:
9
+ - main
10
schedule:
11
- cron: "15 3 * * *" # run at 3:15 AM UTC daily
12
0 commit comments