From 5863e5f0b7336a6fadb6ced4534f4584467308c8 Mon Sep 17 00:00:00 2001 From: Renato Valenzuela Date: Tue, 4 Jun 2024 21:36:11 +0000 Subject: [PATCH] temporary run when pushing to branch --- .github/workflows/check-binaries.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-binaries.yml b/.github/workflows/check-binaries.yml index 7a14c88..7f3d9cc 100644 --- a/.github/workflows/check-binaries.yml +++ b/.github/workflows/check-binaries.yml @@ -4,6 +4,9 @@ on: workflow_dispatch: schedule: - cron: "0 16 * * 1-5" # min h d Mo DoW / 9am PST M-F + push: + branches: + - fix-check-run jobs: check-for-vulnerabilities: