Skip to content

Commit

Permalink
on every push.
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Owsiany <mowsiany@D2iQ.com>
  • Loading branch information
porridge committed Apr 22, 2020
1 parent 435dec6 commit 2cc8653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dispatchfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ task("integration-test", inputs=["git"], steps=[k8s.corev1.Container(
)
)])

action(tasks=["lint", "integration-test"], on=push(branches=["master"]))
action(tasks=["lint", "integration-test"], on=push())
action(tasks=["lint", "integration-test"], on=pullRequest(chatops=["test"]))

0 comments on commit 2cc8653

Please sign in to comment.