From 51fc6817121e76abb9824ecaa4b5d6fdc14275db Mon Sep 17 00:00:00 2001 From: George Dietrich Date: Sat, 9 Oct 2021 16:14:18 -0400 Subject: [PATCH] Restore PR branches whitelist --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a6a1f4..166dd6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,9 @@ name: Athena on: - pull_request: # TODO: Set this back to only master + pull_request: + branches: + - 'master' schedule: - cron: '37 0 * * *' # Nightly at 00:37