From b514df9d48ac6aab88db8f23e422064ce79291c8 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 23 May 2025 12:08:06 +0100 Subject: [PATCH] Updated tests workflow --- .github/workflows/tests.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7f26f4a..4d88a42 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,16 +6,15 @@ # modify it under the terms of the MIT License; see LICENSE file for more # details. -name: CI +name: Tests on: push: - branches: master + branches: + - master pull_request: - branches: master - schedule: - # * is a special character in YAML so you have to quote this string - - cron: "0 3 * * 6" + branches: + - master workflow_dispatch: inputs: reason: