From 7d3caaf5f35d03348e2f895644c6c1e719708b4c Mon Sep 17 00:00:00 2001 From: Enkidu93 Date: Tue, 12 Sep 2023 09:30:23 -0400 Subject: [PATCH] Switch from release to tag --ECL --- .github/workflows/ci-e2e.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index fba5cea23..48737e427 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -2,9 +2,8 @@ name: "CI Build: E2E tests" on: push: - branches: ["run_e2etests_on_release_#100"] - release: - types: [published] + tags: + - 'v*.*.*' workflow_dispatch: jobs: