We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02f20a commit 76f71edCopy full SHA for 76f71ed
.github/workflows/healthCheck.yml
@@ -1,8 +1,9 @@
1
name: Health Check
2
3
on:
4
- schedule:
5
- - cron: "0 0 * * *"
+ push:
+ branches:
6
+ - main
7
jobs:
8
healthCheck:
9
runs-on: ubuntu-20.04
0 commit comments