From 604eaba7c35ad584091cfd6fb5cf8c3c1f4a5353 Mon Sep 17 00:00:00 2001 From: Jens van de Wiel <85284773+JensvandeWiel@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:17:39 +0100 Subject: [PATCH] Update pull_request.yml (#38) * Update pull_request.yml * Update pull_request.yml --- .github/workflows/pull_request.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b9f6d9e..c976f5a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -5,6 +5,9 @@ on: types: - opened - synchronize + schedule: + - cron: "0 21 * * *" + jobs: build: @@ -34,4 +37,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: AASM Artifacts - path: build/bin/*.exe \ No newline at end of file + path: build/bin/*.exe