We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669c0c5 commit 5863e5fCopy full SHA for 5863e5f
.github/workflows/check-binaries.yml
@@ -4,6 +4,9 @@ on:
4
workflow_dispatch:
5
schedule:
6
- cron: "0 16 * * 1-5" # min h d Mo DoW / 9am PST M-F
7
+ push:
8
+ branches:
9
+ - fix-check-run
10
11
jobs:
12
check-for-vulnerabilities:
0 commit comments