Skip to content

Commit

Permalink
fix(ci): run on PR (#57)
Browse files Browse the repository at this point in the history
* fix(ci): run on PR

* make configure
  • Loading branch information
Duologic authored Aug 30, 2021
1 parent b11232d commit 1375d97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,5 @@
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}"
"run": "make build libs/strimzi"
"on":
- "push"
- "push"
- "pull_request"
1 change: 1 addition & 0 deletions jsonnet/github_action.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1375d97

Please sign in to comment.