From 07e5f03766e67202d69400c92919c4d3cc8b6909 Mon Sep 17 00:00:00 2001 From: Ciara Stacke Date: Tue, 22 Jun 2021 11:28:13 +0100 Subject: [PATCH] chore: build client and test on scheduled runs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7fd2e7b..f1ea6384 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-20.04 if: github.event.pull_request.head.repo.full_name == 'nginxinc/nginx-plus-go-client' || - github.event_name == 'push' + github.event_name == 'push' || github.event_name == 'schedule' steps: - name: Checkout Repository uses: actions/checkout@v2