From b79fc625997f97f6760434f2303760762fdcb288 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Wed, 11 Sep 2024 21:01:53 +0100 Subject: [PATCH] trying something different --- .github/workflows/tests.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0cd8a6e..e78ae6a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -1,6 +1,8 @@ name: Tests on: push: + branches: + - main pull_request: branches: - main @@ -17,9 +19,6 @@ jobs: tilt: "v0.33.20" - name: Create k8s Kind Cluster uses: helm/kind-action@v1 - with: - install_only: true - - name: Run the tests run: | echo ${{ job.container.network }}