diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 56cbe7f2..1d92144c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -171,4 +171,5 @@ "SSH_KEY": "${{ secrets.DEPLOY_KEY }}" "run": "make build libs/strimzi" "on": -- "push" \ No newline at end of file +- "push" +- "pull_request" \ No newline at end of file diff --git a/jsonnet/github_action.jsonnet b/jsonnet/github_action.jsonnet index 330ec073..0540bda5 100644 --- a/jsonnet/github_action.jsonnet +++ b/jsonnet/github_action.jsonnet @@ -69,6 +69,7 @@ function(libs) { '# Generated by `make configure`, please do not edit manually.\n' + std.manifestYamlDoc({ on: [ 'push', + 'pull_request', ], jobs: { [lib.name]: libJob(lib.name)