We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e9ea95 + 07e5f03 commit 80ef05bCopy full SHA for 80ef05b
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-20.04
31
if:
32
github.event.pull_request.head.repo.full_name == 'nginxinc/nginx-plus-go-client' ||
33
- github.event_name == 'push'
+ github.event_name == 'push' || github.event_name == 'schedule'
34
steps:
35
- name: Checkout Repository
36
uses: actions/checkout@v2
0 commit comments