From 52047a45bd60a3e6cfb8b395d801300ae8c88193 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sat, 17 Sep 2022 11:54:26 -0700 Subject: [PATCH] Run tests on github PR and daily --- .github/workflows/go-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 7b0a235..fb7172a 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -2,6 +2,9 @@ name: Tests on: workflow_dispatch: + pull_request: + schedule: + - cron: '0 0 * * *' push: branches: [ master ]