From 73104586074739e102da0764ab6ca39a5870c00c Mon Sep 17 00:00:00 2001 From: Thomas Morris Date: Fri, 25 Aug 2023 12:04:25 -0700 Subject: [PATCH] changed test config more --- .github/workflows/testing.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c62500a..4b9a3db 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -2,7 +2,13 @@ name: Unit Tests on: push: - pull_request: + branches: + - master + paths-ignore: + - README.rst + pull_request_target: + branches: + - master workflow_dispatch: schedule: - cron: '00 12 * * *' # daily at noon UTC