From 827b4630a1cbf61d9c4ff33ca224459eb57b82d8 Mon Sep 17 00:00:00 2001 From: samcday <me@samcday.com> Date: Thu, 6 Apr 2023 16:55:54 +0200 Subject: [PATCH] fix(ci): run e2e tests on main (#416) --- .github/workflows/test_e2e.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_e2e.yml b/.github/workflows/test_e2e.yml index 08672919..a217f77a 100644 --- a/.github/workflows/test_e2e.yml +++ b/.github/workflows/test_e2e.yml @@ -1,5 +1,8 @@ name: Run e2e tests -on: [ pull_request ] +on: + pull_request: {} + push: + branches: [main] jobs: k3s: runs-on: ubuntu-latest -- GitLab