Skip to content

Commit 22e0a10

Browse files
committed
ci(integrations): enable workflow run on PR and main merge
Signed-off-by: Árpád Csepi <[email protected]>
1 parent ed3d196 commit 22e0a10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-integrations.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
name: test-integrations
55
on:
6+
push:
7+
branches:
8+
- main
9+
pull_request:
610
workflow_dispatch:
711
inputs:
812
destroy-cluster:

0 commit comments

Comments
 (0)