Skip to content

Commit b4d3aff

Browse files
committed
Run e2e tests on PRs
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 62d78f2 commit b4d3aff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/e2e.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ name: e2e
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ '*' ]
7-
tags-ignore: [ '*' ]
6+
branches: [ main ]
7+
pull_request:
8+
branches: [ main ]
89

910
jobs:
10-
kubernetes:
11+
flux:
1112
runs-on: ubuntu-latest
1213
steps:
1314
- name: Checkout

0 commit comments

Comments
 (0)