Skip to content

Commit 07e5f03

Browse files
committed
chore: build client and test on scheduled runs
1 parent 7634a77 commit 07e5f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-20.04
3131
if:
3232
github.event.pull_request.head.repo.full_name == 'nginxinc/nginx-plus-go-client' ||
33-
github.event_name == 'push'
33+
github.event_name == 'push' || github.event_name == 'schedule'
3434
steps:
3535
- name: Checkout Repository
3636
uses: actions/checkout@v2

0 commit comments

Comments
 (0)