From c5918b029f2b499565aa41d7115aa505a1acd48a Mon Sep 17 00:00:00 2001 From: narcis96 Date: Mon, 18 Mar 2024 13:55:13 +0200 Subject: [PATCH] (ci): run e2e and unit tests --- .github/workflows/e2e.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index fa9ca12c5..320a25557 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -9,9 +9,14 @@ on: (https://github.com/lhotari/action-upterm/) required: false default: false - pull_request: + push: + tags: + - v* branches: - main + paths: + - "**/*.go" + pull_request: concurrency: group: e2e-${{ github.head_ref || github.ref_name }}