From 2424fa71e01abef06da2e8b2cc2030e9a3543ca0 Mon Sep 17 00:00:00 2001 From: Mateusz Majchrzycki Date: Mon, 20 Nov 2023 12:06:38 +0100 Subject: [PATCH] Run test build on every push --- .github/workflows/test-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index a72b37d..a3f09bf 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -3,6 +3,9 @@ name: Test Build on: schedule: - cron: '25 10 * * MON' + push: + branches: + - master jobs: build: