Skip to content

Commit 43d86fe

Browse files
committed
Merge branch 'flux2' of https://github.com/stefanprodan/gitops-istio into flux2
2 parents 29548a1 + b4d3aff commit 43d86fe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/e2e.yaml

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

109
jobs:
11-
flux:
10+
kubernetes:
1211
runs-on: ubuntu-latest
1312
steps:
1413
- name: Checkout

0 commit comments

Comments
 (0)