From 3caacf185779174e2dc1db2d0cd4fcc161a77b64 Mon Sep 17 00:00:00 2001 From: Robert Bradley Date: Tue, 7 Jan 2025 10:38:10 +0000 Subject: [PATCH] Adding nightly testing --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index edd45be..7770131 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,12 @@ name: Unit and Integration testing on: + pull_request: + branches: + - main + push: + branches: + - main workflow_dispatch: schedule: - cron: '0 3 * * *' # Runs nightly at 3 AM UTC